|
há 4 anos atrás | |
---|---|---|
contracts | há 4 anos atrás | |
deploy | há 4 anos atrás | |
tasks | há 4 anos atrás | |
test | há 4 anos atrás | |
.editorconfig | há 4 anos atrás | |
.env.example | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
.prettierignore | há 4 anos atrás | |
.solhint.json | há 4 anos atrás | |
.solhintignore | há 4 anos atrás | |
LICENSE | há 4 anos atrás | |
README.md | há 4 anos atrás | |
hardhat.config.ts | há 4 anos atrás | |
helper-hardhat-config.ts | há 4 anos atrás | |
package-lock.json | há 4 anos atrás | |
package.json | há 4 anos atrás | |
tsconfig.json | há 4 anos atrás | |
tslint.json | há 4 anos atrás |
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!