Skip to content

chalex-eth/CreateERC20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreateERC20

This repo is the Vyper version of the ERC20 from Patrick Collins.

Important note

The NAME, TICKER, DECIMALS have been hardcoded in the ERC20.vy contract, we can also passing this argument in the def __init__ function, and so these arguments will be pass within the deployToken.py instead being the ERC.vy contract.

You have to create your own .env file containing :

export PRIVATE_KEY="YOUR_PRIVATE_KEY"
export WEB3_INFURA_PROJECT_ID="YOUR_INFURA_ID"

This code is mainly designed to be deployed on the Kovan testnet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages