Skip to content

An EVM Hardhat project template which implements some nice QoL features like env management, typechain and some utilitities I find useful.

License

Notifications You must be signed in to change notification settings

stevieraykatz/EVM-Hardhat-Template

Repository files navigation

EVM-Hardhat-Template

An EVM Hardhat project template which implements some nice QoL features like env management, typechain and some utilities I find useful.

INSTALL

Clone and navigate to the repo, then install:

yarn install

USAGE

Write contracts in the contracts/ directory. To compile, call:

yarn compile

This will generate the artifacts and ABIs normally. Additionally, it will generate Typechain bindings.

About

An EVM Hardhat project template which implements some nice QoL features like env management, typechain and some utilitities I find useful.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published