|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| contracts | %!s(int64=4) %!d(string=hai) anos | |
| deploy | %!s(int64=4) %!d(string=hai) anos | |
| tasks | %!s(int64=4) %!d(string=hai) anos | |
| test | %!s(int64=4) %!d(string=hai) anos | |
| .editorconfig | %!s(int64=4) %!d(string=hai) anos | |
| .env.example | %!s(int64=4) %!d(string=hai) anos | |
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| .prettierignore | %!s(int64=4) %!d(string=hai) anos | |
| .solhint.json | %!s(int64=4) %!d(string=hai) anos | |
| .solhintignore | %!s(int64=4) %!d(string=hai) anos | |
| LICENSE | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| hardhat.config.ts | %!s(int64=4) %!d(string=hai) anos | |
| helper-hardhat-config.ts | %!s(int64=4) %!d(string=hai) anos | |
| package-lock.json | %!s(int64=4) %!d(string=hai) anos | |
| package.json | %!s(int64=4) %!d(string=hai) anos | |
| tsconfig.json | %!s(int64=4) %!d(string=hai) anos | |
| tslint.json | %!s(int64=4) %!d(string=hai) anos |
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!