One-step Ravencoin send-back + broadcast
Paste one private key in WIF format, optionally add OP_RETURN data, and broadcast a self-send consolidation transaction. Your private key is only used locally in this session and never sent to the remote API.
Advanced / derived values
Review transaction pipeline
These are the raw objects Chisel uses internally. Keep this mode as the engineering microscope: account, UTXOs, VIN, VOUT, unsigned hex, signed hex, and broadcast result.
Decode ledger objects
Open the decoder when the txid is the durable object key and the outputs need to be read as OP_RETURN plus MacDougall indexed addresses.
Portal explorer
Cross-chain transaction stream. Local filesystem records are loaded first, then live index lookups can add new transactions as they are discovered. The table is the main object: one row per transaction, newest first, with decoded data hints and verification exits.
No transactions loaded.
Sources and write options
Config is read from chisel.portal.config.json. Saved transactions are pretty jq-style JSON under data/transactions/<coin>/ and EVM split feeds under data/transactions/evm/<chainid>/<contract>/.
Address / rabbit-trail lookup
Build address helper
Decoded links and drill-down targets
Decoded lines
Chisel semantic records
Index raw
Selected raw transaction JSON
Tools
The support tools stay separate. The main page should control transactions, not become a drawer full of knives.