|
hace 4 años | |
---|---|---|
contracts | hace 4 años | |
deploy | hace 4 años | |
tasks | hace 4 años | |
test | hace 4 años | |
.editorconfig | hace 4 años | |
.env.example | hace 4 años | |
.gitignore | hace 4 años | |
.prettierignore | hace 4 años | |
.solhint.json | hace 4 años | |
.solhintignore | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 4 años | |
hardhat.config.ts | hace 4 años | |
helper-hardhat-config.ts | hace 4 años | |
package-lock.json | hace 4 años | |
package.json | hace 4 años | |
renovate.json | hace 4 años | |
tsconfig.json | hace 4 años | |
tslint.json | hace 4 años |
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!