Skip to content

BuildOnViction/wvic-token

Repository files navigation

Coin98 Smart Contract Template for EVM Network

Setup .env

ETHERSCAN_API_KEY=
INFURA_API_KEY=
PRIVATE_KEY=
  1. Build
npx hardhat compile
  1. Test
npx hardhat test --parallel
  1. Deploy
npx hardhat deploy
  1. Verify
npx hardhat verify $ADDRESS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published