Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 332 Bytes

File metadata and controls

26 lines (21 loc) · 332 Bytes

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