|
преди 3 години | |
---|---|---|
.github | преди 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 години | |
header.png | преди 4 години | |
helper-hardhat-config.ts | преди 4 години | |
package-lock.json | преди 3 години | |
package.json | преди 3 години | |
renovate.json | преди 4 години | |
tsconfig.json | преди 4 години | |
tslint.json | преди 4 години |
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!