Skip to main content

Check RPC Connection Status

bash
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 operating correctly.
By running this command, you send a JSON-RPC request directly to the StableNet network and receive the latest block number in response.
If a block number (in hexadecimal) is returned successfully, your RPC connection is correctly configured and communication with the StableNet network is working.
Always try this first before proceeding with node configuration, transaction submission, or wallet integration.

Getting Started

Choose a path based on what you want to do.
  • StableNet Overview
    Explains what StableNet is, how it differs, and how the system is structured.
    /ko/stablenet-overview/index
  • Getting Started
    Install and configure a node, and initialize genesis and network settings.
    /ko/getting-started/index

Getting Started Checklist

  • Installation and Build
    Set up the environment and build the client.
    /ko/getting-started/2.1-installation-and-building
  • Node Configuration
    Configure the node and adjust key runtime settings.
    /ko/getting-started/2.2-node-configuration
  • Genesis and Network Initialization
    Initialize genesis and bootstrap the network.
    /ko/getting-started/2.3-genesis-setup-and-network-initialization

Operations and Interaction

  • Operations Guide
    Deploy, operate, monitor validators, and maintain nodes.
    /ko/operations-guide/index
  • RPC and APIs
    RPC namespaces, filtering/subscriptions, and transaction submission.
    /ko/rpc-and-apis/index

Deep Dive into the Protocol

  • Core Architecture
    Node lifecycle, core management flows, transaction pool, and encoding formats.
    /ko/core-architecture/index
  • Consensus and Block Production
    WBFT consensus, validator management, and block production.
    /ko/consensus-and-block-production/index
  • Governance System
    System contracts and protocol behavior controlled by governance.
    /ko/governance-system/index
  • Storage Architecture
    Trie/storage internals, caching, snapshots, and data lifecycle.
    /ko/storage-architecture/index
  • Transaction Processing
    End-to-end transaction flow: validation, execution, and inclusion.
    /ko/transaction-processing/index
  • Networking
    P2P, discovery, protocol handlers, and chain synchronization.
    /ko/networking/index

Tools

  • Development Tools
    Utilities for building, CI/CD, testing, debugging, and operations.
    /ko/development-tools/index
  • Explorer
    Browse on-chain data such as blocks, transactions, and accounts on the StableNet network.
    https://explorer.stablenet.network