Skip to main content

RPC Connectivity

curl -X POST https://api.test.stablenet.network \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
{"jsonrpc":"2.0","id":1,"result":"0x132d3"}
This is the fastest way to verify that the StableNet RPC endpoint is functioning correctly. When you run this command, a JSON-RPC request is sent directly to the StableNet network, and the latest block number is returned in the response. If a block number (in hexadecimal format) is returned successfully, your RPC connection is properly configured and communication with the StableNet network is working as expected. Run this first before configuring nodes, sending transactions, or integrating wallets.

Start here

Pick a path based on what you’re trying to do.

StableNet Overview

What StableNet is, what’s different, and how the system fits together.

Getting Started

Install, configure a node, and initialize genesis/network settings.

Getting Started checklist

Installation and Building

Set up your environment and build the client.

Node Configuration

Configure the node and key runtime settings.

Genesis & Network Initialization

Initialize genesis and bootstrap the network.

Operate and interact

Operations Guide

Deploy, operate validators, monitor, and maintain nodes.

RPC and APIs

RPC namespaces, filtering/subscriptions, and transaction submission.

Protocol deep dive

Core Architecture

Node lifecycle, core management flows, tx pool, and encoding formats.

Consensus and Block Production

WBFT consensus, validator management, and block production.

Governance System

System contracts and governance-controlled protocol behavior.

Storage Architecture

Trie/storage internals, caching, snapshots, and data lifecycle.

Transaction Processing

Transaction flow end-to-end: validation, execution, and inclusion.

Networking

P2P, discovery, protocol handlers, and chain synchronization.

Tools

Development Tools

Build, CI/CD, testing, and utilities for debugging and operations.

StableNet Explorer

Explore blocks, transactions, accounts, and on-chain activity on the StableNet network.