This is development repo for Creator Chain token. Token is BEP20 standard from pancakeswap.
- 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