Skip to main content

Network access

Use these identifiers and endpoints to connect to ZEL testnet. Mainnet is not live.

Network identity

SettingTestnetReserved mainnet
EVM chain ID9350 (0x2486)935 (0x3A7)
Short nametzelzel
Cosmos chain IDzel_9350-1Not published
Native gas tickerZANONot live

Cosmos base denominations are uzel for gas and fees and ustake for staking. They are not display tickers. See the asset model.

Testnet endpoints

InterfaceEndpoint
EVM JSON-RPCeth-rpc.node1.testnet.zano.org
EVM WebSocketwss://eth-ws.node1.testnet.zano.org
Consensus RPCrpc.node1.testnet.zano.org
Core REST / OpenAPIrpc-api.node1.testnet.zano.org
EVM explorer: Blockscoutexplorer.testnet.zano.org
Cosmos explorer: Big Dipperscan.testnet.zano.org
TSS integration referencetss1.testnet.zano.org/api

Third-party TSS integrations are supported in principle. Authentication, rate limits, versioning, and lifecycle guarantees are not specified yet; see Bridge API.

The existing Zano testnet faucet serves Zano L1. ZEL ZANO will be added there; that addition is not available yet. Until then, arrange ZEL test funds with the team.

Public gRPC client settings and the ZEL-specific genesis, configuration, and peer package are still to be supplied. A DNS record alone does not establish an API contract.

Verify the connection

curl --fail https://eth-rpc.node1.testnet.zano.org \
-H "content-type: application/json" \
--data '{"jsonrpc":"2.0","id":1,"method":"eth_chainId","params":[]}'

Expect 0x2486. Confirm the consensus node reports zel_9350-1 and that block height is advancing before using the endpoints. Availability and enabled methods may change during testnet.

For wallet setup, use the quickstart. For source access, use repositories and releases.