|
пре 4 година | |
---|---|---|
contracts | пре 4 година | |
deploy | пре 4 година | |
tasks | пре 4 година | |
test | пре 4 година | |
.editorconfig | пре 4 година | |
.env.example | пре 4 година | |
.gitignore | пре 4 година | |
.prettierignore | пре 4 година | |
.solhint.json | пре 4 година | |
.solhintignore | пре 4 година | |
LICENSE | пре 4 година | |
README.md | пре 4 година | |
hardhat.config.ts | пре 4 година | |
helper-hardhat-config.ts | пре 4 година | |
package-lock.json | пре 4 година | |
package.json | пре 4 година | |
tsconfig.json | пре 4 година | |
tslint.json | пре 4 година |
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!