Skip to content

PolkaCreator/polc-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolkaCreator Token

This is development repo for PolkaCreator 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 token public repo

Resources

Stars

Watchers

Forks

Contributors