Skip to content

CurationNetwork/solidity

 
 

Repository files navigation

solidity

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

About

Generic solidity smart-contracts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.1%
  • Python 19.3%
  • Shell 0.6%