reputation-graph-experiment / graph

Reputation graph in Solidity
1 stars 0 forks source link

After cloning, run

truffle init

To deploy: First make sure you have testrpc running:

testrpc

and then

truffle deploy

To use the web interface, then run

truffle serve

and open your browser to localhost:8080 (default)