Crates
| Crate | Description |
|---|---|
boing-primitives | Types, hashing (BLAKE3), cryptography |
boing-consensus | PoS + HotStuff BFT |
boing-state | State store (Verkle tree) |
boing-execution | VM + parallel scheduler |
boing-automation | Scheduler, triggers, executor incentives |
boing-cli | boing init, boing dev, boing deploy |
boing-p2p | libp2p networking |
boing-node | Node binary |
CLI
boing init— Initialize a projectboing dev— Local developmentboing deploy— Deploy
RPC
Default port: 8545. Full method list and error codes: Documentation → RPC API (mirrors repository docs/RPC-API-SPEC.md). Use boing_health or boing_getNetworkInfo for chain id and limits.