Learning CKB
Lessons
Dashboard
Connect Wallet
Back to lesson
Quiz: Composability Patterns
0 of 8 answered
0%
Question 1 of 8
How does CKB achieve composability between protocols, given that scripts cannot call each other?
A
CKB uses a special 'composability opcode' that allows one script to invoke another during execution
B
Composability is achieved by including multiple independent scripts in the same transaction — each validates the same proposed state transition, and ALL must return 0 for the transaction to succeed
C
CKB composability requires deploying a 'compositor contract' that coordinates between protocols via message passing
D
Scripts share a global memory space that allows indirect communication during transaction validation
Previous
Next
Lessons