Relational Blockchain for Scalable dApps and Games
Chromia combines blockchain with relational database technology, enabling high‑performance decentralized applications, especially in gaming and metaverse environments.
Relational Model
Uses a database‑style structure for complex, data‑heavy applications.
High Performance
Optimized for gaming, metaverse, and enterprise workloads.
Developer Friendly
Rell language simplifies smart contract development.
Scalable
Supports large‑scale applications with efficient data handling.
Real‑Time Chromia Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=CHR', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"CHR": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}