Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 543 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 543 Bytes

Latent

Working with Hardhat

Copy the environment variables (and fill them out): cp .env.example .env

Try running some of the following tasks:

npx hardhat accounts # or the shorthand via `hh accounts`
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat help

Deploying contracts

We use Ignition for contract deployments.

hh node # start a local node

hh ignition deploy ./ignition/modules/Latent.ts --network localhost