|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.github | %!s(int64=3) %!d(string=hai) anos | |
contracts | %!s(int64=4) %!d(string=hai) anos | |
deploy | %!s(int64=4) %!d(string=hai) anos | |
tasks | %!s(int64=4) %!d(string=hai) anos | |
test | %!s(int64=3) %!d(string=hai) anos | |
.editorconfig | %!s(int64=4) %!d(string=hai) anos | |
.env.example | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
.prettierignore | %!s(int64=4) %!d(string=hai) anos | |
.solhint.json | %!s(int64=4) %!d(string=hai) anos | |
.solhintignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
hardhat.config.ts | %!s(int64=3) %!d(string=hai) anos | |
header.png | %!s(int64=4) %!d(string=hai) anos | |
helper-hardhat-config.ts | %!s(int64=4) %!d(string=hai) anos | |
package-lock.json | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos | |
renovate.json | %!s(int64=3) %!d(string=hai) anos | |
tsconfig.json | %!s(int64=4) %!d(string=hai) anos | |
tslint.json | %!s(int64=4) %!d(string=hai) anos |
A BoilerPlate Template Project To Start Solidity Development With Hardhat and Typescript. All you have to do is create a new repository from the template and start coding your smartcontracts.
deploy
folder, order and tag them; multi-network)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
Run npm install
and then:
hh compile
- to compile smart contract and generate typechain ts bindingshh test
- to run testshh deploy
- to deploy to local network (see options for more)hh TABTAB
- to use autocompletehh node
- to run a localhost nodeCheck package.json
scripts for more options.
Use .env.example
file and adapt it to you values and settings.
Have Fun!