To facilitate the Kinesis Velocity Token, we have developed 3 contracts:
- Kinesis Velocity ERC20 Token
- Whitelisted Crowdsale to facilitate public purchases
- Vesting contract to timelock founders and partners allocation
- Install MetaMask
- Install and start Ganache
- npm i
- truffle compile
- truffle migrate
- npm run dev
- Connect MetaMask to Ganache as a custem network
- Use the Ganache recovery nmonic to get balaces
- truffle compile
- Add network to truffle.js (Follow format of other networks)
- Make sure you have ethereum in the account specified in truffle.js - (If Ropsten use metamask faucet)
truffle migrate --network [network name]