Awesome
Gnosis Prediction Market JS Library
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.js
and put it in an HTML file:<script src="gnosis-pm.js"></script>