Skip to main content

5 docs tagged with "cell-model"

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.

Store Data on Cell

Build a dApp that writes a text message into CKB Cell data, then reads the Live Cell back and decodes the stored value.

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.