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 compile the contracts, use the next script:
npm run compileTo 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-localhostThe command to generate the bindings is as follows:
npm run generate-typesSee the full list of available commands in the
package.jsonfile.
- Hardhat official
ethers+ethers-v6 Typechainhardhat-migrate,hardhat-markup,hardhat-gobindhardhat-zkit,chai-zkithardhat-contract-sizerhardhat-gas-reportersolidity-coverage
- The template comes with presetup
prettier,solhintandeslintthat lint the project viahuskybefore compilation hook. - The
.env.examplefile is provided to check what is required as ENVs - Preinstalled
@openzeppelin/contractsand@solarity/solidity-lib
Install the
ESLintextension in VSCode to enableESLint.