0.1.10 • Published 6 years ago

mixbytes-solidity v0.1.10

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

solidity

npm.io

Generic solidity smart-contracts

Install deps:

npm install

Build and test:

# make sure ganache is running:
./node_modules/.bin/ganache-cli -u 0 -u 1 -u 2 -u 3 -u 4 -u 5 --port 9545 --gasPrice 2000 &>/tmp/ganache.log &

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