Dart
Overview
Core Features
Architecture
┌─────────────────────────────────────────────────────────────────┐
│ Dart Application Layer │
├─────────────────────────────────────────────────────────────────┤
│ package:colibri_stateless │
│ • Colibri class (rpc, createProof, verifyProof) │
│ • ColibriStorage interface │
│ • Error types (ColibriError, ProofError, RPCError, …) │
├─────────────────────────────────────────────────────────────────┤
│ Dart FFI Layer │
│ • native/ (libcolibri.dylib / .so / .dll) │
│ • ColibriNative (load, registerStorage, createProverCtx, …) │
├─────────────────────────────────────────────────────────────────┤
│ Core C Libraries │
│ • Prover, Verifier, storage plugin system │
└─────────────────────────────────────────────────────────────────┘Installation
From pub.dev (colibri_stateless)
Development / from source
Quick Start
Basic RPC
Local proof generation
API Reference
Colibri class
Storage
Configuration
Chain and endpoints
Environment
Error handling
Building from source
Testing
Further information
Last updated