yarn
There are 2 flavors of tests: hardhat, dapptools and forge
- One using hardhat that can leverage hardhat-deploy to reuse deployment procedures and named accounts:
yarn test
forge test
This require the installation of forge (see foundry)
cast run --quick --rpc-url https://url 0xTransactionHash
npx hardhat trace --hash 0xTransactionHash --rpc https://url
blazo . -s -p -f src/SetUp/SetupSimpleERC20.sol:SetupSimpleERC20