Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 802 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 802 Bytes

Boilerplate for ethereum solidity smart contract development

Install

yarn

Test

There are 2 flavors of tests: hardhat, dapptools and forge

hardhat

  • One using hardhat that can leverage hardhat-deploy to reuse deployment procedures and named accounts:
yarn test

forge

forge test

This require the installation of forge (see foundry)

Trace transaction

cast run --quick --rpc-url https://url 0xTransactionHash
npx hardhat trace --hash 0xTransactionHash --rpc https://url

Tools

Ityfuzz

blazo . -s -p -f src/SetUp/SetupSimpleERC20.sol:SetupSimpleERC20