Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 488 Bytes

redistribution_poc

CircleCI

POC code for token redistribution

Install dependencies

For OS X, you can use brew as well

$ apt install nodejs // Recommand nodejs >= 8.x.x
$ npm install truffle ganache-cli -g

Run ganache-cli

$ ganache-cli

Run contract test

$ truffle test