Plutus Re-executor Usage Guide
Installation
cabal install plutus-reexecutorBasic Usage
Trace a specific transaction:
plutus-reexec trace --tx-id TX_HASHOutput Format
{
"txId": "abc123...",
"scripts": [
{
"hash": "def456...",
"executionUnits": { "memory": 2500000, "steps": 1000000000 },
"logs": ["Constr 1", "Integer 42"]
}
]
}