The foundational crates that the rest of the Essential ecosystem is built upon.
- essential-check Validate contracts and solutions. Read state and check constraints.
- essential-vm Evaluate a predicate's programs.
- essential-types Base types used throughout the Essential ecosystem.
- Assembly specification The full list of operations that the Essential VMs support.
- essential-asm-gen Proc-macro for generating ASM types from spec.
- essential-asm-spec Parses the assembly yaml.
- essential-asm Assembly operations for the Essential VM.
- essential-hash Hashing functionality for the Essential ecosystem.
- essential-sign Public key cryptography for the Essential ecosystem.
- essential-lock Mutex that is safe to use in async contexts.