Skip to main content

6 docs tagged with "transaction"

View All Tags

Cell Model

Understand CKB's generalized UTXO Cell Model, including Live Cells, Dead Cells, capacity, ownership, state rent, and scalability.

How CKB Works

Learn how CKB uses Cells, Scripts, transactions, CKB-VM, and proof-of-work consensus to secure and update on-chain state.

JavaScript/TypeScript (CCC)

Use the CCC TypeScript SDK to compose transactions, connect wallets, sign messages, issue assets, and build CKB applications.

RPCs

Connect to CKB JSON-RPC endpoints, use public RPC nodes safely, and call common methods such as get_tip_block_number and send_transaction.

Transaction

Reference the CKB transaction structure, including cell_deps, header_deps, inputs, witnesses, outputs, outputs_data, and transaction states.

Transfer CKB

Build a simple dApp that generates accounts, checks CKB balances, creates a transfer transaction, pays fees, and broadcasts it.