Template hardhat repository for ad-hoc smart contracts development.
The template works out of the box. To clean up the repo, you may need to delete the mock contracts, tests and migration files.
To run the tests, execute the following command:
npm run testOr to see the coverage, run:
npm run coverageTo deploy the contracts locally, run the following commands (in the different terminals):
npm run private-network
npm run deploy-localThe command to generate the bindings is as follows:
npm run generate-typesSee the full list of available commands in the
package.jsonfile.
- Hardhat official
web3+truffle5 Typechainhardhat-migrate,hardhat-gobindhardhat-contract-sizerhardhat-gas-reportersolidity-coverage
- The template comes with presetup
prettierandsolhintthat lint the project viahuskybefore compilation hook. - The
.env.examplefile is provided to check what is required as ENVs - Preinstalled
@openzeppelin/contractsand@dlsl/dev-modules