
IOTA‑Based Smart Contract Platform
ShimmerEVM is an EVM‑compatible smart contract platform built on IOTA’s Shimmer network.
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
IOTA Native
Built on Shimmer network.
Low Fees
Affordable transactions for developers.
Scalable
Handles large‑scale decentralized applications
Real‑Time ShimmerEVM Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=SMR', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"SMR": {"btc":0.00000145,"eth":0.000034,"usd":0.19}}