Skip to content

Simple ERC20 token to deploy on test network for testing with other contracts.

License

Notifications You must be signed in to change notification settings

madebypanda/erc20-test-token

Repository files navigation

erc20-test-token

Simple ERC20 test token I use to deploy on test networks where I need it to test with other contracts.

Need PRIVATE_KEY and SCAN_API_KEY in .env Potentially node API key if you set up for differnt network.

npm install
npx hardhat run --network {network} scripts/deploy.js
npx hardhat verify --network {network} --constructor-args arguments.js {contractAddress}

Mumbai Polygon Address: 0xD7D5cF39DE78b780b060ECA450917080f77716c4

About

Simple ERC20 token to deploy on test network for testing with other contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published