Skip to content

cometsheepboy/hardhat-starter

Repository files navigation

hardhat-framework

This is a hardhat boiler starter project for smart contract development.

Below useful tools are setup to help smart contract development

  • Hardhat for smart contract development.
  • solhint for solidity coding.
  • Coverage for check missing logic and untested codes.
  • Waffle.js for writing unit test.

Also helpful scripts and files are added for supporting smart contract development

  • test/lib.ts this is a library to setup all testing environments.

  • helpers/contract.ts this is a file to deploy contracts when writing unit tests

  • helpers/types.ts this is a file to define all contract types.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published