In this project are the smart contracts to be deployed on the blockchain mainnet of ethereum.
TutellusCrowdsaleMassive use contract, which conforms the ICO conditions of Tutellus.io
Copy truffle.sample.js to truffle.js and modify as needed to configure truffle.
Include node_modules/.bin in PATH to avoid the global installation of the packages: npm install -g.
export PATH=node_modules/.bin:$PATHBefore starting, as usual, you must install the dependencies
npm install You will need two shells to run the test. In one of the shells we execute the blockchain test node testrpc :
scripts/test_node.shIn the second shell we execute the test suite with a especific network without deploying de contracts
truffle test --network test