Skip to main content
The Tenderly SDK provides a Simulator class for simulating transactions. For a guided walkthrough, see the simulate transactions tutorial. To run a simulation, call the simulateTransaction method in the simulator namespace on the tenderly instance:
example.js
You can also simulate a bundle of transactions by calling the simulateBundle method:
example.js