TypeScript Hardhat template for CPUchain projects.
Try running some of the following tasks:
yarn compile
yarn lint --fix
yarn build
yarn docs:dev
yarn test
yarn coverageGithub Action scripts are disabled by default, you can remove comment to reenable those.
To check required peer dependencies for hardhat & yarn run the following command
npx install-peerdeps @nomicfoundation/hardhat-toolbox -Y -D --dry-run