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
- Compiler —
lodecCLI 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/lodeQuick Example
lodec compile layer.json -s schema.lode -o layer.vein
lodec verify layer.vein <fingerprint> -s schema.lodeLast updated on