Skip to content

creator-chain/creator-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreatorChain Token

This is development repo for CreatorChain token. Token is ERC20 standard from openzeppelin.

Run in local

  1. Install dependencies:
yarn install
  1. Define your .env file then compile smart contracts:
yarn compile
  1. 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
  1. Run test:
yarn test
  1. Deploy to local network:
yarn deploy-token

About

ERC20 standard token.

Resources

Stars

Watchers

Forks

Contributors