Loading...
Loading...
This skill should be used when the user asks to "decode transaction", "parse tx hex", "transaction details", "analyze transaction", or needs to decode BSV transaction hex into human-readable format.
npx skill4agent add b-open-io/bsv-skills decode-bsv-transaction# Decode transaction by hex
bun run /path/to/skills/decode-bsv-transaction/scripts/decode.ts <tx-hex>
# Decode transaction by txid (fetches from chain)
bun run /path/to/skills/decode-bsv-transaction/scripts/decode.ts <txid>GET https://junglebus.gorillapool.io/v1/transaction/get/{txid}GET https://api.whatsonchain.com/v1/bsv/main/tx/{txid}/hex