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