Skip to content

Latest commit

 

History

History

tutorial-26

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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