BootNodeDev / dAppBooster

A modern blockchain boilerplate built to quickly get you started with your next project.
https://dappbooster.dev
MIT License
5 stars 1 forks source link

Transaction Simulation #306

Open fernandomg opened 2 months ago

fernandomg commented 2 months ago

There are multiple strategies to simulate a transaction, from the classical call to a "send" transaction, something that does viem/wagmi with its simulateContract, to a more complex solution like including Tenderly.

This is a great opportunity to continue expanding the plugin base and to explore other alternatives to the transaction simulations (if there are any).