Tenderly Dev Toolkit Available for Download

Sep 3, 2024 • 13 days ago

Tenderly Dev Toolkit Available for Download

Tenderly Dev Toolkit is a new in-browser extension that gives you instant access to our powerful exploration and debugging tools on more than 30 block explorers. Once you install it, you can open any transaction in Tenderly with just one click using the easy-to-use toolbar. 

With the Tenderly extension, you can analyze and debug on-chain data even more granularly from any block explorer using the following functionalities: 

Run on VNet

Replay any transaction on a new Virtual TestNet, a flexible development environment synced with the latest mainnet state. Test custom scenarios using an unlimited faucet, unlocked public accounts, and RPC methods for environment customization.

Simulate

Instantly replay any successful or failed transaction using Transaction Simulator. Update transaction parameters, inputs, and even contract code and run a simulation to see the expected outcome. 

Debug

Get instant access to Tenderly Debugger to troubleshoot failed transactions directly from a block explorer. See exactly why and where an error occurred, edit contract code to apply a fix, and run a simulation to see if it works. 

View trace

Dig deeper into transaction execution, getting more in-depth information than on block explorers. Open any transaction to view its full execution trace, including advanced opcodes, gas usage, and event logs.

View state changes

Understand what happened within a transaction by examining state changes, including events and variables. The information is available in both human-readable and raw formats. 

View gas usage

See exactly how much gas a transaction uses per individual function call. Open a transaction in Gas Profiler for a detailed breakdown and identify the exact lines of code that consume a lot of gas.