augur-client
v0.1.9
Published
Web client for Augur, a prediction markets platform
Downloads
4
Keywords
Readme
Augur
This is the graphical front-end for Augur, a decentralized prediction market platform that runs on Ethereum. Go to augur.net to see it in action!
Documentation
How to run
Install Node.js.
git clone https://github.com/AugurProject/augur.git
cd augur
git checkout develop
npm install
grunt
Start the local web server
npm start
Development
Don't forget to build the app first (with grunt
). To watch for changes run
grunt develop