This is the graphical front-end for Augur, a decentralized prediction market platform that runs on Ethereum. Go to app.augur.net to see it in action!
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
Don't forget to build the app first (with grunt
). To watch for changes run
grunt develop