0.1.9 • Published 8 years ago

augur-client v0.1.9

Weekly downloads
2
License
AAL
Repository
github
Last release
8 years ago

Augur

Build Status Coverage Status npm version

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

http://docs.augur.net

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