Overview
Monad is a layer 1 blockchain with custom execution and consensus clients, offering 10,000 Transactions Per Second (TPS), single-slot finality, low-hardware requirements and full EVM bytecode compatibility.
You can find a block explorer for testnet at https://testnet.monadscan.com/
Here are links to Monad's website if you want to explore their user documentation or developer docs.
Note: The RPC differences between Monad and standard Geth RPC behavior are outlined on the Monad developer docs here: https://docs.monad.xyz/reference/rpc-differences
Network Support
Testnet
✅
Monad does not yet support websockets.
Methods & Compute Units
debug_getRawBlock
80
debug_getRawHeader
80
debug_getRawReceipts
80
debug_getRawTransaction
80
debug_traceBlockByHash
80
debug_traceBlockByNumber
80
debug_traceTransaction
80
eth_blockNumber
20
eth_call
40
eth_chainId
10
eth_estimateGas
40
eth_gasPrice
40
eth_feeHistory
20
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_getProof
40
eth_getStorageAt
40
eth_getTransactionByBlockHashAndIndex
40
eth_getTransactionByBlockNumberAndIndex
40
eth_getTransactionByHash
40
eth_getTransactionCount
40
eth_getTransactionReceipt
40
eth_maxPriorityFeePerGas
20
eth_sendRawTransaction
80
eth_syncing
10
net_version
10
trace_block
80
web3_clientVersion
40
Last updated
Was this helpful?