Warning! Don't forget to change wallet address in migrations: migrations/4_CrowdSale.js
. This wallet will be user to receive ether
- Install nodejs and npm
- Install project dependencies:
npm install
npm run testrpc
npm run compile
npm run tests
npm run test ./test/1_ParetoNetworkToken.js
npm run coverage
./node_modules/.bin/solium --dir ./contracts
./node_modules/.bin/solium --dir ./contracts --fix
./node_modules/.bin/solcheck contracts/*
npm run lint
./node_modules/.bin/truffle migrate
./node_modules/.bin/truffle migrate --network live
./node_modules/.bin/truffle migrate --reset
Solidity v0.4.18
Truffle v4.0.1
testrpc v6.0.1
OpenZeppelin 1.3.0
solidity-coverage 0.2.5
Solium linter 1.0.0 BETA
solcheck linter 0.1.3
coverage/index.html