Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Somnia is a high-performance, cost-efficient EVM-compatible Layer 1 blockchain capable of processing over 1,000,000 transactions per second (TPS) with sub-second finality. It is suitable for serving millions of users and building real-time mass-consumer applications like games, social applications, metaverses, and more, all fully on-chain.

You can find a block explorer for mainnet at: https://explorer.somnia.network/ and for testnet at: https://shannon-explorer.somnia.network/

Here are links to Somnia's website if you want to explore their user documentation or developer docs.

Network Support

Network
HTTPS
WSS

Mainnet

Testnet

WebSocket clients MUST respond to server ping frames, otherwise the connection will be closed and re-established every minute.

Methods & Compute Units

debug_traceCall

80

debug_traceTransaction

80

eth_accounts

20

eth_blockNumber

20

eth_call

40

eth_chainId

10

eth_estimateGas

40

eth_gasPrice

40

eth_getBalance

40

eth_getBlockByHash

40

eth_getBlockByNumber

40

eth_getBlockReceipts

40

eth_getBlockTransactionCountByHash

40

eth_getBlockTransactionCountByNumber

40

eth_getCode

40

eth_getLogs

80

eth_getStorageAt

40

eth_getTransactionByBlockHashAndIndex

40

eth_getTransactionByBlockNumberAndIndex

40

eth_getTransactionByHash

40

eth_getTransactionCount

40

eth_getTransactionReceipt

40

eth_sendRawTransaction

80

eth_subscribe

20

eth_unsubscribe

20

eth_syncing

10

net_listening

10

net_version

10

web3_clientVersion

40

web3_sha3

40

Last updated

Was this helpful?