iamquang95 / contract-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Solidity 75.6%Language:TypeScript 23.9%Language:Shell 0.5%