All chains
Neon EVM

Neon EVM

EVM Layer 2 / Chain ID 245022934

Neon EVM enables Ethereum dApps to run on Solana, combining Solana speed with full EVM compatibility.

Quick Facts
Networks 2
Runtime EVM
Chain ID 245022934
Real-time No
Data tables 3
Category Layer 2

Networks

neon-mainnet
EVM mainnet 3 tables
neon-devnet
EVM devnet 3 tables

Available Data

blocks

Block headers with timestamps, gas usage, miner info, and consensus data.

transactions

All onchain transactions with sender, receiver, value, gas, and input data.

logs

Event logs emitted by smart contracts, the primary source for tracking DeFi, NFT, and token activity.

How to index Neon EVM blockchain data

Stream Neon EVM event logs, transactions, and blocks from the SQD Portal in two lines of code. The example below uses the public endpoint, no API key required for development.

1curl --compressed -X POST \
2 'https://portal.sqd.dev/datasets/neon-mainnet/stream' \
3 -H 'Content-Type: application/json' \
4 -d '{
5 "type": "evm",
6 "fromBlock": 0,
7 "toBlock": 100,
8 "fields": {
9 "block": {"number":true,"timestamp":true},
10 "transaction": {
11 "hash": true,
12 "from": true,
13 "to": true,
14 "value": true
15 }
16 },
17 "transactions": [{}]
18 }'
neon-mainnet/stream
EVM · blocks 0100

Build with Neon EVM data

Common production patterns teams ship with SQD on Neon EVM.

Frequently asked questions

How do I index Neon EVM blockchain data?
Use the SQD Portal API at portal.sqd.dev/datasets/neon-mainnet or the open-source Squid SDK. Both stream Neon EVM blocks, transactions, and event logs from historical archives. The free tier supports development; paid Portal deployments cover production workloads with SLA-backed latency.
Is the Neon EVM API free?
Yes. SQD provides a free public Portal endpoint for Neon EVM with no API key required. For higher rate limits, dedicated infrastructure, and SLA-backed uptime, see the SQD Pricing page.
What Neon EVM data tables does SQD provide?
SQD indexes 3 data tables for Neon EVM: blocks, transactions, logs. Each table is decoded, validated at ingestion, and queryable through the Portal API.
Does SQD support real-time Neon EVM data?
Neon EVM historical and recent data is available through SQD's archival layer. Real-time streaming for Neon EVM is on the roadmap, request priority via the SQD contact form.
What's the difference between SQD and an RPC node for Neon EVM?
An RPC node serves raw, unvalidated Neon EVM data limited to recent state. SQD's Portal indexes the full Neon EVM history, decodes it into queryable tables, validates every block at ingestion, and serves it through a typed SDK, no node operations required.
Can I self-host Neon EVM indexing with SQD?
Yes, the Squid SDK is open-source under the GPLv3 license. You can run your own indexer against the SQD Network or the Portal, or deploy on SQD Cloud for fully managed hosting.

Other layer 2 chains on SQD

Start building with Neon EVM

Access Neon EVM data through the SQD Portal, free tier available.