orbiter-tx-simulate

Preflight a tx via eth_estimateGas with optional revert reason.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "orbiter-tx-simulate" with this command: npx skills add orbiter-finance/bridge-skills/orbiter-finance-bridge-skills-orbiter-tx-simulate

Orbiter Tx Simulate

Preflight a transaction via JSON-RPC eth_estimateGas.

When to Use

  • You already have to/data/value
  • You need a risk preflight

Inputs

  • rpcUrl (string, optional)
  • chainId (string, optional, for rpc-map lookup)
  • from (string, optional)
  • to (string)
  • data (string, optional)
  • value (string, optional)
  • callOnFail (boolean, optional)

Outputs

  • ok
  • gasEstimate
  • warnings[]
  • reason (failure reason)

CLI Example

orbiter bridge simulate \
  --rpc-url https://rpc.example \
  --from 0xabc... \
  --to 0xdef... \
  --data 0x1234 \
  --call-on-fail

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

orbiter-sign-broadcast

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-bridge-tx

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-tx-broadcast

No summary provided by upstream source.

Repository SourceNeeds Review
General

orbiter-rpc-health

No summary provided by upstream source.

Repository SourceNeeds Review