Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 241 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 241 Bytes

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)