
Smart Contract Layer for the Elastos Ecosystem
Elastos Smart Contract Chain provides EVM‑compatible execution within the Elastos ecosystem, enabling decentralized applications with strong security.
EVM Compatible
Supports Ethereum smart contracts seamlessly.
Secure
Anchored to Elastos’ decentralized infrastructure.
Interoperable
Connects with Elastos’ DID and storage layers.
Scalable
Optimized for high‑performance dApps.
Real‑Time Elastos Smart Contract Chain Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=ELA', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"ELA": {"btc":0.00000321,"eth":0.000089,"usd":0.56}}