TruthLinked Axiom Cell SDK
Build Cells using the IR pipeline or CellBuilder directly.
For high-level cell authoring, use the axiom-cc compiler with .cell source files.
Example (low-level)
use CellBuilder;
let bytecode = new
.require_owner
.get_caller
.load_imm64
.sstore
.halt
.build;