This is development repo for CreatorChain token. Token is ERC20 standard from openzeppelin.
- Install dependencies:
yarn install
- Define your .env file then compile smart contracts:
yarn compile
- Start local network
yarn start-local
Option 2: using truffle
yarn start-local-tf
Option 3: using docker
docker run --detach --publish 8545:8545 trufflesuite/ganache-cli:latest
- Run test:
yarn test
- Deploy to local network:
yarn deploy-token