💎 Supported Networks

The supported network and its status are listed below, we are actively supporting more networks, let us know via
[email protected]
about your use case to help us prioritize network support.

✅

We only include mainnet in the list. The most complete supported chain list could be found at
the status page.

EVM Chains

ChainIDSlugEventsArchive RPCsTracesDebuggerData Staleness
Arbitrum42161arbitrum-one✓✓✓Real-time
Astar592astar✓✓✓✓Real-time
Astar zkEVM3776astar-zkevm✓✓Real-time
Aurora1313161554aurora✓✓Real-time
Avalanche43114avalanche✓✓✓Real-time
B2 Mainnet223b2-mainnet✓✓Real-time
Base8453base✓✓✓Real-time
BEVM11501bevm✓✓Real-time
Binance56bsc✓✓✓Real-time
Bitlayer Mainnet200901bitlayer✓✓Real-time
Blast Mainnet81457blast-mainnet✓✓✓Real-time
Blast Mainnet168587773blast-testnet✓✓Real-time
Bob Mainnet60808bob✓✓Real-time
Chiliz88888chiliz✓✓Real-time
Conflux eSpace1030conflux-espace✓✓Real-time
Corn Maizenet21000000corn-maizenet✓✓Real-time
Cronos Mainnet25cronos✓✓Real-time
Cronos zkEVM388cronos-zkevm✓✓Real-time
Derive Mainnet957derive-mainnet✓✓Real-time
Ethereum1mainnet✓✓✓✓Real-time
Fantom Opera250fantom✓✓Real-time
Fraxtal Mainnet252frax-mainnet✓✓Real-time
Holesky17000holesky✓✓Real-time
Karak Mainnet2410karak-mainnet✓✓Real-time
KCC Mainnet321kucoin✓✓Real-time
Linea59144linea✓✓✓✓Real-time
Manta Pacific169manta-pacific-mainnet✓✓Real-time
Mantle5000mantle✓✓Real-time
Merlin Mainnet4200merlin✓✓Real-time
Metis1088metis✓✓Real-time
Mode Mainnet34443mode-mainnet✓✓Real-time
Moonbeam1284moonbeam✓✓✓✓Real-time
opBNB Mainnet204opbnb✓✓Real-time
Optimism Mainnet10optimism✓✓Real-time
Polygon137matic✓✓✓✓Real-time
Polygon zkEVM1101polygon-zkevm✓✓Real-time
Scroll534352scroll✓✓✓Real-time
Sei Mainnet1329sei✓✓Real-time
Sepolia11155111sepolia✓✓Real-time
Soneium Mainnet1868soneium-mainnet✓✓Real-time
Sonic Mainnet146sonic-mainnet✓✓Real-time
Swell Mainnet1923swell-mainnet✓✓Real-time
TAC Testnet2390tac-testnet✓✓Real-time
Taiko Mainnet167000taiko✓✓Real-time
Unichain Sepolia1301unichain-sepolia✓✓Real-time
X Layer Mainnet196xlayer-mainnet✓✓✓Real-time
Zircuit Mainnet48900zircuit✓✓Real-time
zkLink Nova810180zklink-nova✓✓Real-time
zkSync Era324zksync-era✓✓Real-time

More on EVM

Move Chains

ChainTxnEventEntry FuncArchive RPCsAccountDebuggerData staleness
Aptos✓✓✓✓✓✓Real-time
Aptos Testnet✓✓✓Real-time
SUI✓✓✓✓✓✓Real-time
SUI Testnet✓✓✓Real-time
Move Testnet✓✓✓✓✓Real-time

More on Aptos and SUI

Fuel

ChainStageLog HandleCall HandleTransfer HandleData staleness
Fuel MainnetBeta✓✓✓Real-time
Fuel TestnetBeta✓✓✓Real-time

More on Fuel

Starknet

ChainStageEventsArchive RPCsData Staleness
StarknetBeta✓✓Real-time

More on starknet

Solana

ChainStageTransaction HandleInstruction Handle
SolanaAlpha✓✓

More on Solana

Examples

To quickly create single chain processor or subgraph, you can use the following command.

Arbitrum

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 42161
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 42161
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Astar

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 592
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 592
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Astar zkEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 3776
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 3776
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Aurora

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1313161554
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1313161554
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Avalanche

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 43114
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 43114
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

B2

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 223
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 223
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Base

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 8453
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 8453
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

BEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 11501
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 11501
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Binance

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 56
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 56
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Bitlayer

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 200901
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 200901
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Blast

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 81457
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 81457
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 168587773 with limited capabilities.

Blast

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 168587773
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 168587773
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Bob

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 60808
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 60808
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Chiliz

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 88888
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 88888
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Conflux eSpace

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1030
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1030
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Corn

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 21000000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 21000000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Cronos

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 25
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 25
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 338.

Cronos zkEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 388
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 388
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Derive

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 957
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 957
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Ethereum

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnets are available at chain id: 17000, 11155111 with limited capabilities.

Fantom Opera

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 250
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 250
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Fraxtal

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 252
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 252
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Holesky

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 17000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 17000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Karak

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 2410
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 2410
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

KCC

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 321
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 321
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Linea

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 59144
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 59144
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Manta Pacific

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 169
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 169
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Mantle

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 5000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 5000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Merlin

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 4200
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 4200
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Metis

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1088
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1088
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Mode

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 34443
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 34443
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Moonbeam

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1284
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1284
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

opBNB

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 204
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 204
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Optimism

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 10
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 10
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Polygon

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 137
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 137
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Polygon zkEVM

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1101
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1101
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Scroll

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 534352
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 534352
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Sei

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1329
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1329
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Sepolia

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 11155111
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 11155111
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Soneium

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1868
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1868
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 1946.

Sonic

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 146
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 146
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 57054.

Swell

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1923
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1923
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 1924.

TAC

Currently support is for testnet only.

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 2390
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 2390
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

Taiko

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 167000
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 167000
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 167008.

Unichain Sepolia

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 1301
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 1301
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

X Layer

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 196
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 196
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 195 with limited capabilities.

Zircuit

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 48900
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 48900
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

ī¸ Testnet is available at chain id: 48899.

zkLink Nova

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 810180
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 810180
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>

zkSync Era

Finish Step 1-3 from Quickstart. You could create indexer in either sentio processor or subgraph format.

Create and upload an example Sentio processor
npx @sentio/cli@latest create -n <project name> --chain-type eth --chain-id 324
...
npx @sentio/cli@latest upload
Create and deploy an example Subgraph
npx @sentio/cli@latest graph create -n <project name> --chain-id 324
...
npx @sentio/cli@latest graph deploy --owner <owner> --name <project name>