Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 258 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 258 Bytes

Web3RSVP

Fullstack web3 dApp to RSVP to events

Test

Just add the --trace or --fulltrace after your test command.

npx hardhat test --trace      # shows logs + calls
npx hardhat test --fulltrace  # shows logs + calls + sloads + sstores