Skip to content

jbrit/evm-dapp-starter-kit

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages