THIS IS THE CROWDSALE AND TOKEN CONTRACT UNDER DEVELOPMENT
IT IS STILL A WORK IN PROGRESS
WE REPEAT
THIS IS THE CROWDSALE AND TOKEN CONTRACT UNDER DEVELOPMENT
IT IS STILL A WORK IN PROGRESS.
- Node v9.5.0+
- Truffle v4.0.6+
- Solidity v0.4.19+
- Ganache 1.0.2+
- Open Zeppelin 1.7.0
note: previous 1.6.0 version of Open Zeppelin was used in our environments so make sure we upgrade
npm list
npm update
- Install NodeJS https://nodejs.org/en/download/
- install truffle:
npm install -g truffle
- install Solidity Compiler
npm install -g solc
- Install Ganache and make sure its running http://truffleframework.com/ganache/
In the root directory run the following command
npm install
In the root directory run the following commands
truffle compile
truffle migrate
In the root directory run the following command
truffle test