Skip to content

Files

Latest commit

f824d98 · Oct 30, 2017

History

History

tutorial-21

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 30, 2017
Oct 30, 2017
Oct 30, 2017
Oct 30, 2017
Oct 30, 2017
Oct 30, 2017

Setup

Download:

Run the following commands:

npm install -g truffle
npm install -g ethereumjs-testrpc

To compile the project run:

truffle compile

To migrate the project run:

truffle migrate

To test the project run:

truffle test