Skip to content

Initial starter template for a hardhat+typechain solidity project

License

Notifications You must be signed in to change notification settings

mountainpath9/hardhat-typechain-starter

Repository files navigation

Minimal hardhat/typechain/openzeppelin starter

Dev Setup

nvm use
yarn

Generate typechain bindings

yarn hardhat typechain

Run tests

yarn hardhat test

Deploy contract a a local environment

Start up the hardhat node (in it's own terminal):

yarn hardhat node

Run the deploy script:

yarn hardhat run scripts/deploys/local.ts --network localhost

About

Initial starter template for a hardhat+typechain solidity project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published