📄️ Blue Language Specification
This document provides the technical specification for Blue Language, defining core structures, behaviors, and rules that compliant processors must implement.
📄️ Vector Clock Coordination
This page explains event coordination based on Vector Clocks, a deterministic method for synchronizing events in a decentralized environment.
📄️ Circular References
This page explores how Blue handles circular references between documents while maintaining the integrity of content-addressing.
📄️ Contract Package Templates
Contract Package Templates are reusable components that generate multiple contracts based on a set of parameters. They help eliminate code duplication by providing standardized implementations for common patterns in Blue documents. By parameterizing the variable parts while maintaining consistent structure, templates make documents more maintainable, consistent, and easier to create.