Gnosis Prediction Markets JavaScript Library
65
stars
22
forks
source link
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="https://github.com/gnosis/pm-js/raw/master/gnosis-pm.js"></script>