Skip to main content
The export command helps you turn a mainnet failure into a reproducible regression test.

Usage

prism export <TX_HASH> --format test

Formats

  • test: Generates a Rust unit test using the soroban-sdk test framework.
  • json: Exports the full reconstructed state and inputs for custom tools.
  • trace: Saves the Tier 2 execution timeline as a shareable file.