Transaction Safety
PTB Inspector: see exactly what a transaction will do before you sign. Shows object mutations, balance changes, gas costs, and warnings.
PTB Inspector
Connects to the wallet and dry-runs any Transaction object. Displays all effects before the user signs. Decomposed from a single 510-line component into three focused parts.
Object Diff Preview
Sui-unique: shows object-level changes (not just balance diffs like Solana). Color-coded by change type: created (green), mutated (yellow), deleted (red).
Gas Estimate
Breakdown of computation, storage, and rebate costs in SUI.