|
hace 2 años | |
---|---|---|
.github | hace 3 años | |
contracts | hace 4 años | |
deploy | hace 4 años | |
tasks | hace 4 años | |
test | hace 3 años | |
.editorconfig | hace 4 años | |
.env.example | hace 4 años | |
.gitignore | hace 4 años | |
.prettierignore | hace 4 años | |
.solhint.json | hace 4 años | |
.solhintignore | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 4 años | |
hardhat.config.ts | hace 3 años | |
header.png | hace 4 años | |
helper-hardhat-config.ts | hace 4 años | |
package-lock.json | hace 2 años | |
package.json | hace 2 años | |
renovate.json | hace 3 años | |
tsconfig.json | hace 4 años | |
tslint.json | hace 4 años |
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!