Gnosis Prediction Market JS Library
October 12, 2018 ยท View on GitHub
Getting Started
See the documentation.
Really quick start
- Get Ganache-cli
npm install -g ganache-cli - Run this:
ganache-cli -d -i 437894314312 - Clone pm-contracts, cd in there, and migrate the contracts onto the Ganache-cli instance with:
cd path/to/pm-contracts npm install npm run migrate - Download
gnosis-pm.jsand put it in an HTML file:<script src="gnosis-pm.js"></script>
