Private Blockchains
https://api.cerulea.app/v1
Deploy and manage custom private blockchain networks with full control over consensus, validators, and runtime configuration.
POST
/blockchains
Create a new private blockchain network
JSON
{
"name": "Acme Settlement Chain",
"consensus": "proof-of-authority",
"validators": 3,
"region": "eu-west-1",
"governance": "authority-based",
"privacy": "permissioned"
}Consensus Mechanisms
proof-of-authority (PoA)
Permissioned validators; standard for enterprise deployments
proof-of-stake (PoS)
Stake-based validator selection
delegated-proof-of-stake (DPoS)
Community-elected validator set
pbft
Practical Byzantine Fault Tolerance for high-throughput private networks
raft
Raft consensus for private networks requiring simple, stable leader election