Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 327 Bytes

Development

To run tests, first install truffle:

npm install -g truffle

You can run a test ethereum RPC node using ethereumjs-testrpc

npm install -g ethereumjs-testrpc
# Then, in a separate terminal
testrpc

Now you should be able to run tests:

truffle test