Smart contract with token lock periods
npm install
truffle migrate --reset --network {NETWORK NAME}
truffle run verify ThtSale --network {NETWORK NAME}
(optional verify source code)- Copy compiled contracts to ./client/abi/token.json and ./client/abi/contract.json
- Change contract address in ./client/main.js