This is a starter kit for EVM compatible dapps.

Getting Started

First, run the development server:

npm run contract:types
npm run dev
# or
yarn contract:types
yarn dev

Open http://localhost:3000 with your browser to see the result.

Hardhat

Try running some of the following tasks:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts