|
|
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 年之前 | |
| helper-hardhat-config.ts | 4 年之前 | |
| package-lock.json | 4 年之前 | |
| package.json | 4 年之前 | |
| renovate.json | 4 年之前 | |
| tsconfig.json | 4 年之前 | |
| tslint.json | 4 年之前 |
A BoilerPlate Template Project To Start Solidity Development With Hardhat and Typescript
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 autocomplete.Check package.json scripts for more options.
Use .env.example file and adapt it to you values and settings.
Have Fun!