Skip to main content

Introduction

Reference here provides a definitive guide to learn about Nervos CKB. You can read it word for word to learn about all the little details in CKB, or you can use it more like a dictionary: when you a puzzled by a part and want to learn about CKB's exact behavior. Reference section here will be your best friend.

Right now, the following sections are available:

  • Cell: introduction to the fundamental cell model.
  • Script: behaviors about the Script data structure, including how Script is executed by CKB VM.
  • Transction: guide to the higher level transaction data structure.
  • JSON-RPC: notes on how to use JSON RPC to talk to a CKB node.
  • Halving: introduces the principle of CKB halving and the halving window.