dApp Builder
https://api.cerulea.app/v1
Build complete decentralised applications with no code required. The dApp Builder API composes components into a fully deployable application with frontend, contracts, and backend logic.
POST
/dapps
Create and configure a new dApp
JSON
{
"name": "Yield Vault",
"blockchainId": "bc_01HXYZ",
"components": ["token", "staking", "governance"],
"config": {
"token": { "standard": "ERC20", "supply": 1000000 },
"staking": { "apy": 8.5, "lockPeriod": "30d" }
}
}Available Components
| Component | Description |
|---|---|
| Fungible or non-fungible tokens | |
| Token staking mechanism with configurable rewards | |
| DEX liquidity pools | |
| Lending and borrowing protocol | |
| DAO governance system | |
| NFT marketplace with royalty support | |
| Auction mechanism | |
| Multi-signature wallet |