Skip to content

sragss/ts-hh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardhat Typescript Template

I have wasted years if not decades of my life rebuilding the starting point for a working typescript repo w all the goodies (ethers, waffles, typescripts, typechain, erc20s etc). Fork this guy instead. Please.

Commands

Clone + Rename + Install

git clone https://github.com/sragss/ts-hh
mv ts-hh <new-name>
cd <new-name>
rm -rf .git
npm i

You may also want to rip out some of the default deps (openzeppelin).

Other

  • Compile: npx hardhat compile
  • Test: npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published