Governance
https://api.cerulea.app/v1
Extend your blockchain with pluggable modules. Each module is independently enabled and configured without redeploying the chain.
POST
/blockchains/:blockchainId/modules
Enable a module on your blockchain
JSON
{
"module": "defi",
"config": {
"dex": true,
"lending": true,
"feeToken": "native"
}
}Available Modules
| Module | Features |
|---|---|
| DeFi protocols, DEX, lending, staking | |
| NFT minting and marketplace infrastructure | |
| DAO governance and on-chain voting | |
| Cross-chain bridge functionality | |
| Price oracle integration (Chainlink-compatible) | |
| Decentralised identity (DID) framework | |
| Zero-knowledge proof support | |
| Decentralised storage (IPFS-compatible) |