Skip to content

Patrick Collin's Freecodecamp course on Solidity. Lesson 9

Notifications You must be signed in to change notification settings

micha1805/erc20-brownie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom ERC20 token

to make it work you need a .env file like so with your Ethereum account's private key, your Infura web3 provider"s project id, and your ethercan api key to get your contract verified :

export PRIVATE_KEY=0x12345678901234567890
export WEB3_INFURA_PROJECT_ID=blablablablablablabla
export ETHERSCAN_TOKEN=blablablablablablabla

About

Patrick Collin's Freecodecamp course on Solidity. Lesson 9

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published