
High‑Performance EVM on NEAR for Scalable Web3 Apps
Aurora brings fast, low‑cost, and developer‑friendly Ethereum compatibility to the NEAR ecosystem, enabling scalable and seamless Web3 applications.
EVM Compatible
Run Ethereum smart contracts with full compatibility on NEAR’s high‑performance environment.
Low Fees
Aurora offers extremely low transaction costs powered by NEAR’s efficient architecture.
High Throughput
Designed for fast execution and scalable dApp performance.
Eco‑Friendly
Built on NEAR’s carbon‑neutral infrastructure for sustainable blockchain development.
Real‑Time Aurora Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=AURORA', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"AURORA": {"btc":0.00000456,"eth":0.000123,"usd":0.89}}