Skip to content

ilovelili/augur-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

augur-core

Build Status

Ethereum contracts for a decentralized prediction market platform

Note: all augur-core contracts use fixedpoint. To give an example, 180base / 5 would be 40 in that base. To multiply two fixed point numbers like 5 times 10 an example in base 10**18 would be 51018 * 10*1018 / 1018 [we divide by the base to keep it in base 1018]. For a division example, 18/10 would be 181018 * 1018 / (1010**18).

Also note, Mist uses a different contract abi style than usual, to convert use the following regex ((.*?)) and replace with nothing [except don't do it for events].

About

Augur back-end (Ethereum contracts)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%