atupa-0.1.1 is not a library.
Atupa CLI
The primary command-line interface for the Atupa Ethereum tracing suite. atupa helps you visualize and audit complex EVM transactions directly from your terminal.
Installation
Commands
profile
Generates a visual gas-weighted flamegraph for a transaction.
Options:
--tx <HASH>: The transaction hash to profile.--rpc <URL>: The JSON-RPC endpoint (overridesatupa.toml).--out <FILE>: The output path for the SVG (default:profile.svg).--demo: Run an offline profile using a bundled trace log.
audit
Performs a deep protocol-specific audit for supported DeFi protocols.
# Deep audit a Lido transaction
# Deep audit an Aave v3 transaction
Supported Protocols:
lido: Tracks stETH/wstETH transfers, rebases, and staking gas.aave: Tracks v3 deposits, borrows, GHO actions, and liquidations.
Configuration
atupa reads from an optional atupa.toml in your current directory:
= "https://arbitrum-mainnet.infura.io/v3/..."
= "..."
License
Licensed under the MIT License.