This Hardhat template is ideal for hackathons and quick prototyping.
It includes:
You may want to check the dev resources available in Arthera docs, and this walkthrough video.
pnpm install
Create a .env
file:
cp .env.template .env
Add your own keys in the .env
file.
pnpm test
Deploy to Goerli:
pnpm deploy:goerli
Deploy to Arthera Testnet:
pnpm deploy:arthera
On Goerli:
pnpm mint:goerli 42
On Arthera Testnet:
pnpm mint:arthera 42
On Goerli:
pnpm send:goerli 8
On Arthera Testnet:
pnpm send:arthera 8
You can contact me via Element, Telegram, Twitter, Discord, or LinkedIn.