A BoilerPlate Template Project To Start Solidity Development With Hardhat and Typescript
Check the Hardhat documentation for more information.
https://hardhat.org/getting-started/
We recommend installing hh autocomplete
so you can use hh
shorthand globally.
npm i -g hardhat-shorthand
https://hardhat.org/guides/shorthand.html
hh compile
- compile smart contract and generate typechain ts bindingshh test
- run testshh deploy
- deploy to local network (see options for more)hh TABTAB
- autocomplete - check for other tasks and optionsCheck package.json
scripts for more options.
Use .env.example
file and adapt it to you values and settings.
Have Fun!