Skip to content

artheranet/arthera-hardhat-template

 
 

Repository files navigation

Arthera Hardhat Template

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.

Supported networks

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.5%
  • Solidity 7.5%