Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 442 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 442 Bytes

smartz-sale

Build Status

Smartz token & sale contracts.

Install dependencies:

npm install

Build and test:

# make sure ganache is running:
./node_modules/.bin/ganache-cli -l 10000000 &>/tmp/ganache.log &

./node_modules/.bin/truffle compile && ./node_modules/.bin/truffle test