Geen omschrijving

Kristjan Kosic 222a2ae499 chore: mini readme instructions 4 jaren geleden
contracts cb3cc74499 chore: initial template definition files 4 jaren geleden
deploy cb3cc74499 chore: initial template definition files 4 jaren geleden
tasks cb3cc74499 chore: initial template definition files 4 jaren geleden
test ee5aa47a96 chore: added sol-coverage and sol-hint module 4 jaren geleden
.editorconfig cb3cc74499 chore: initial template definition files 4 jaren geleden
.env.example cb3cc74499 chore: initial template definition files 4 jaren geleden
.gitignore cb3cc74499 chore: initial template definition files 4 jaren geleden
.prettierignore cb3cc74499 chore: initial template definition files 4 jaren geleden
.solhint.json cb3cc74499 chore: initial template definition files 4 jaren geleden
.solhintignore cb3cc74499 chore: initial template definition files 4 jaren geleden
LICENSE c769c1481a Initial commit 4 jaren geleden
README.md 222a2ae499 chore: mini readme instructions 4 jaren geleden
hardhat.config.ts ee5aa47a96 chore: added sol-coverage and sol-hint module 4 jaren geleden
helper-hardhat-config.ts cb3cc74499 chore: initial template definition files 4 jaren geleden
package-lock.json ee5aa47a96 chore: added sol-coverage and sol-hint module 4 jaren geleden
package.json 222a2ae499 chore: mini readme instructions 4 jaren geleden
tsconfig.json cb3cc74499 chore: initial template definition files 4 jaren geleden
tslint.json cb3cc74499 chore: initial template definition files 4 jaren geleden

README.md

TypeScript Solidity Boilerplate Starter Kit

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

Usage

  • hh compile - compile smart contract and generate typechain ts bindings
  • hh test - run tests
  • hh deploy - deploy to local network (see options for more)
  • hh TABTAB - autocomplete - check for other tasks and options

Check package.json scripts for more options. Use .env.example file and adapt it to you values and settings.

Have Fun!