A boilerplate repository for Hardhat projects using TypeScript. It features:
- Jest for running tests.
- Ethers.js and Waffle to help with writing tests.
- TypeChain for generating types automatically.
- Prettier for automatically formatting source files.
The following scripts are available.
Compiles the contracts in the contracts
folder with Hardhat.
yarn compile
Runs the tests in the tests
folder with Jest.
yarn test
Formats all files with Prettier.
yarn format