Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 1.29 KB

README.md

File metadata and controls

87 lines (57 loc) · 1.29 KB

W3HC Hardhat Template

This Hardhat template includes:

  • Typescript
  • Ethers v6
  • Open Zeppelin contracts
  • Hardhat Verify plugin

Supported networks

  • Goerli
  • Arthera testnet

Install

pnpm install

Create a .env file:

cp .env.template .env

Add your own keys in the .env file.

Test

pnpm test

Deploy

Deploy to Goerli:

pnpm deploy:goerli

Deploy to Arthera Testnet:

pnpm deploy:arthera

Mint

On Goerli:

pnpm mint:goerli 42

On Arthera Testnet:

pnpm mint:arthera 42

Send

On Goerli:

pnpm send:goerli 8

On Arthera Testnet:

pnpm send:arthera 8

Versions

Support

You can contact me via Element, Telegram, Twitter, Discord, or LinkedIn.