|
před 4 roky | |
---|---|---|
contracts | před 4 roky | |
deploy | před 4 roky | |
tasks | před 4 roky | |
test | před 4 roky | |
.editorconfig | před 4 roky | |
.env.example | před 4 roky | |
.gitignore | před 4 roky | |
.prettierignore | před 4 roky | |
.solhint.json | před 4 roky | |
.solhintignore | před 4 roky | |
LICENSE | před 4 roky | |
README.md | před 4 roky | |
hardhat.config.ts | před 4 roky | |
helper-hardhat-config.ts | před 4 roky | |
package-lock.json | před 4 roky | |
package.json | před 4 roky | |
tsconfig.json | před 4 roky | |
tslint.json | před 4 roky |
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!