Collection of smart contracts for the Gnosis prediction market platform (https://www.gnosis.pm). To interact with those contracts have a look at (https://github.com/gnosis/gnosis.js/). A documentation can be found here.
git clone https://github.com/gnosis/gnosis-contracts.git
cd gnosis-contracts
pip install -r requirements.txt
cd gnosis-contracts
vagrant up
cd gnosis-contracts/contracts/tests/
pytest
cd gnosis-contracts/contracts/tests/
pytest utils/test_math.py
cd gnosis-contracts/contracts/
python ethdeploy.py --f deploy/basicFramework.json --optimize
cd gnosis-contracts/contracts/
python ethabi.py
All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
All smart contracts are released under GPL v.3.
- Stefan George (Georgi87)
- Martin Koeppelmann (koeppelmann)
- Alan Lu (cag)