Developer Quickstart
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. See RPC API reference.