Skip to content

erc20 contract (wantaek token) using the OpenZeppelin preset for testing zkEVM on a hardhat

Notifications You must be signed in to change notification settings

wantaekchoi/zkevm-hardhat-erc20

Repository files navigation

ERC20 (Polygon zkEVM)

erc20 contract for Polygon zkEVM

build and deploy, verify

$ nvm use OR asdf current
$ npm install
$ npx hardhat compile
$ PRIVATE_KEY=<your private key> npx hardhat run scripts/deploy.ts --network zkEVMTestnet
$ PRIVATE_KEY=<your private key> POLYSCAN_API_KEY=<your polyscan api key> npx hardhat verify --contract contracts/WantaekToken.sol:WantaekToken --network zkEVMTestnet <your contract address>

deployed contract

About

erc20 contract (wantaek token) using the OpenZeppelin preset for testing zkEVM on a hardhat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published