Broadcast Console
Validate, dry-run, and broadcast signed CKB transactions.
Paste a signed CKB testnet transaction, run local structure checks, simulate through CKB RPC, then submit only after explicit review.
Verification lanetestnet
1PasteSigned JSON payload
2ValidateShape and witness checks
3Dry-runRPC simulation
4BroadcastTestnet submission
Testnet only. CellKit does not connect wallets, request private keys, or sign transactions. Broadcast only after external signing and review.
Signed Transaction JSON
Paste a signed CKB testnet transaction. CellKit never asks for private keys.
Signed payload only
CellKit validates, dry-runs, and broadcasts a signed transaction payload. It does not connect wallets, sign transactions, or handle private keys.Execution Controls
Run each step deliberately. Validation must pass before dry-run, and broadcast requires either a successful dry-run or an explicit skip.
This will submit the signed transaction to CKB testnet. Make sure you reviewed the transaction and dry-run result.
Validation and Broadcast Results
Review backend validation, CKB dry-run, and broadcast responses.
Signed Transaction Validation
Validate a signed transaction to see structural checks.
Dry Run
Dry-run the signed transaction to inspect CKB VM cycles.
Broadcast
Broadcast only after reviewing the signed payload and dry-run result.