Connect to the Network

Use wallet, CLI, and RPC methods to connect reliably to Lithosphere.

Edit

Connection methods

You can connect using browser wallets, CLI tools, or direct RPC providers.

Verify connection

# Example: check latest block height via RPC
curl -X POST "$RPC_URL" -H "content-type: application/json" -d "{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}"

On this page