Skip to Content
DocsDocumentation

Documentation

Welcome to the LODE documentation. Choose a section to get started.

Getting Started

New to LODE? Start with the Basics to understand schemas, encoding, fingerprinting, and verification.

Sections

  • Basics — Schema, encoding, decoding, fingerprinting, and verification
  • Language Description — Type system, Vein wire format, and determinism guarantees
  • Compilerlodec CLI reference, programmatic API, and error catalog
  • Internals — Encoder/decoder implementation, canonicalization, StackNet integration
  • Keywords & Types — Reserved words, type tags, magic bytes, and constants
  • Use Cases — Model layers, prompt contracts, configuration distribution
  • Versions — Version history and roadmap

Quick Install

npm install @stacknet/lode

Quick Example

lodec compile layer.json -s schema.lode -o layer.vein lodec verify layer.vein <fingerprint> -s schema.lode
Last updated on