|
há 3 anos atrás | |
---|---|---|
.github | 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 | |
header.png | há 4 anos atrás | |
helper-hardhat-config.ts | há 4 anos atrás | |
package-lock.json | há 3 anos atrás | |
package.json | há 3 anos atrás | |
renovate.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. 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!