Ethereum Virtual Machine on Solana
Neon EVM brings Ethereum compatibility to Solana, enabling developers to deploy Ethereum smart contracts with Solana’s speed and scalability.
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
Solana Speed
Leverages Solana’s high throughput.
Low Fees
Affordable transactions for dApps.
Interoperable
Connects Ethereum and Solana ecosystems.
Real‑Time Neon EVM Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=NEON', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"NEON": {"btc":0.00000234,"eth":0.000067,"usd":0.45}}