Skip to content

SilverNguyen1999/contract-template

 
 

Repository files navigation

contract-template

Development

  • Use Foundry:
forge install
forge test
  • Use Hardhat:
npm install
npx run test
# or
yarn
yarn test
  • Pull submodules:
git submodule update --init --recursive

Features

  • Write / run tests with either Hardhat or Foundry:
forge test
yarn test
  • Use Hardhat's task framework
yarn hardhat example

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 84.9%
  • TypeScript 15.1%