Hey guys!
Could someone please recommend a tool for testing on-chain part of a DAPP? The problem is that our DAPP is on mainnet and depends on other projects.
The only thing I've come up with is setting up a local mainnet fork using anvil (foundry's node) and adding it's RPC to metamask.
Interaction with fork is not really convenient since I have to send various RPC requests to set balances and impersonate accounts.
After each transaction I have to reset chain's state and load a snapshot.
Or there is no any better way to achieve so?)
Jul 25, 2023, 9:11 AM