waves_logo Docs
  • Why Waves
    Why Waves
  • Waves Basics
    Waves Basics
  • Account
    • Creating Account
      Creating Account
    • Address
      Address
    • Account Balance
      Account Balance
    • Account Data Storage
      Account Data Storage
    • Alias
      Alias
    • dApp and Smart Account
      dApp and Smart Account
    Account
  • Token (Asset)
    • Non-Fungible Token
      Non-Fungible Token
    • Smart Asset
      Smart Asset
    • Token ID
      Token ID
    • WAVES
      WAVES
    Token (Asset)
  • Transaction
    • Transaction Fee
      • Sponsored Fee
        Sponsored Fee
      Transaction Fee
    • Signature and Proofs
      Signature and Proofs
    • Transaction Types
      • Burn Transaction
        Burn Transaction
      • Create Alias Transaction
        Create Alias Transaction
      • Data Transaction
        Data Transaction
      • Exchange Transaction
        • Order
          Order
        Exchange Transaction
      • Genesis Transaction
        Genesis Transaction
      • Invoke Script Transaction
        Invoke Script Transaction
      • Issue Transaction
        Issue Transaction
      • Lease Cancel Transaction
        Lease Cancel Transaction
      • Lease Transaction
        Lease Transaction
      • Mass Transfer Transaction
        Mass Transfer Transaction
      • Reissue Transaction
        Reissue Transaction
      • Set Asset Script Transaction
        Set Asset Script Transaction
      • Set Script Transaction
        Set Script Transaction
      • Sponsor Fee Transaction
        Sponsor Fee Transaction
      • Transfer Transaction
        Transfer Transaction
      • Update Asset Info Transaction
        Update Asset Info Transaction
      • Ethereum-like Transaction
        Ethereum-like Transaction
      Transaction Types
    • Transaction Validation
      Transaction Validation
    Transaction
  • Block
    • Transactions Root Hash
      Transactions Root Hash
    • Genesis Block
      Genesis Block
    Block
  • Node
    • Leasing
      Leasing
    • Generator’s Income
      Generator’s Income
    • Monetary Policy
      Monetary Policy
    Node
  • Mainnet, Testnet, Stagenet
    Mainnet, Testnet, Stagenet
  • Unit Zero
    Unit Zero
  • Oracle
    Oracle
  • Protocols & Data formats
    • Cryptographic Practical Details
      Cryptographic Practical Details
    • Leased Proof of Stake
      Leased Proof of Stake
    • Waves-NG Solution
      Waves-NG Solution
    • Waves-NG Protocol
      Waves-NG Protocol
    • Waves 1.5
      Waves 1.5
    • Blockchain Data Types
      Blockchain Data Types
    • Binary Format
      • Address Binary Format
        Address Binary Format
      • Alias Binary Format
        Alias Binary Format
      • Block Binary Format
        Block Binary Format
      • Network Message Binary Format
        • Block Message Binary Format
          Block Message Binary Format
        • Checkpoint Message Binary Format
          Checkpoint Message Binary Format
        • Get Block Message Binary Format
          Get Block Message Binary Format
        • Get Peers Message Binary Format
          Get Peers Message Binary Format
        • Get Signatures Message Binary Format
          Get Signatures Message Binary Format
        • Handshake Message Binary Format
          Handshake Message Binary Format
        • Peers Message Binary Format
          Peers Message Binary Format
        • Score Message Binary Format
          Score Message Binary Format
        • Signatures Message Binary Format
          Signatures Message Binary Format
        • Transaction Message Message Binary Format
          Transaction Message Message Binary Format
        Network Message Binary Format
      • Order Binary Format
        Order Binary Format
      • Transaction Binary Format
        • Burn Transaction Binary Format
          Burn Transaction Binary Format
        • Create Alias Transaction Binary Format
          Create Alias Transaction Binary Format
        • Data Transaction Binary Format
          Data Transaction Binary Format
        • Exchange Transaction Binary Format
          Exchange Transaction Binary Format
        • Genesis Transaction Binary Format
          Genesis Transaction Binary Format
        • Invoke Script Transaction Binary Format
          Invoke Script Transaction Binary Format
        • Issue Transaction Binary Format
          Issue Transaction Binary Format
        • Lease Cancel Transaction Binary Format
          Lease Cancel Transaction Binary Format
        • Lease Transaction Binary Format
          Lease Transaction Binary Format
        • Mass Transfer Transaction Binary Format
          Mass Transfer Transaction Binary Format
        • Reissue Transaction Binary Format
          Reissue Transaction Binary Format
        • Set Asset Script Transaction Binary Format
          Set Asset Script Transaction Binary Format
        • Set Script Transaction Binary Format
          Set Script Transaction Binary Format
        • Sponsor Fee Transaction Binary Format
          Sponsor Fee Transaction Binary Format
        • Transfer Transaction Binary Format
          Transfer Transaction Binary Format
        • Update Asset Info Transaction Binary Format
          Update Asset Info Transaction Binary Format
        • Ethereum-like Transaction Binary Format
          Ethereum-like Transaction Binary Format
        Transaction Binary Format
      • Transaction Proof Binary Format
        Transaction Proof Binary Format
      Binary Format
    • Validation Rules
      Validation Rules
    Protocols & Data formats
  • Glossary
    Glossary
      • English
      • Русский
      On this page
        • Connecting Node to Blockchain Network
        • Chain ID
        • Tools
      waves_logo Docs

          # Blockchain Networks: Mainnet, Testnet, Stagenet

          Blockchain network consists of nodes interacting with each other.

          The following blockchain networks are based on the Waves protocol:

          • Mainnet is the core Waves network where tokens have real value and nodes that generate blocks are rewarded with native coins from the protocol and also the transaction fees paid by the participants.
          • Testnet is the network for application testing. Testnet provides the same functionalities as Mainnet. However, on Testnet you can obtain WAVES tokens for free using Faucet , so you can run in your project without the risk of losing real money.
          • Stagenet is the experimental network. Waves team tests protocol functionalities on Stagenet before they are deployed on Testnet and Mainnet, so you can try out the new features and give your feedback. If you want to launch a Stagenet node, get WAVES tokens on lease, ask a question or leave a comment, join the Stagenet channel in Discord. Please note: experimental functionalities may work unstably and blockchain height rollbacks are possible.

          Moreover, you can setup your own custom blockchain network based on WAVES protocol.

          ⚠️ Note that blockchain data (accounts, transactions, tokens) are different in networks.

          # Connecting Node to Blockchain Network

          You can lunch your node in any blockchain network. Select the network using the waves.blockchain.type setting in the node configuration file. For more information about the configuration file, see the Node Configuration article.

          For installing a node, see the Install Waves Node article. For starting your own blockchain network, see the Custom Blockchain article.

          # Chain ID

          Chain ID is a symbol that is passed over a network during a handshake and allows nodes not to connect to the nodes of other networks.

          The chain ID is used while building account addresses, therefore, an address on one blockchain network cannot be used on another network. The chain ID is also indicated in transactions so it is impossible to move transactions between different blockchain networks.

          Blockchain Network Chain ID
          Mainnet W or 87 (ASCII code of W)
          Testnet T or 84 (ASCII code of T)
          Stagenet S or 83 (ASCII code of S)
          Custom Symbol chosen by the network owner and specified in the address-scheme-character setting

          # Tools

          The applications that make up the Waves ecosystem provide the ability to work with different blockchain networks.

          # API of Pool of Public Nodes

          For the convenience of users and developers who are not yet ready to launch their own node, the Waves team provides the pool of nodes with public API. You can use the API to read blockchain data and send transactions.

          The addresses of the pool of public nodes are as follows:

          Mainnet https://nodes.wavesnodes.com/
          Testnet https://nodes-testnet.wavesnodes.com/
          Stagenet https://nodes-stagenet.wavesnodes.com/

          # Data Service API

          Address for requests Swagger
          Mainnet https://api.wavesplatform.com/v0/ https://api.wavesplatform.com/v0/docs/
          Testnet https://api-testnet.wavesplatform.com/v0/ https://api-testnet.wavesplatform.com/v0/docs/

          # WX Network

          WX Network is a decentralized exchange developed by the third-party team from the community.

          Mainnet https://wx.network
          Testnet https://testnet.wx.network

          # API of WX Network Matcher

          The addresses for order sending and market data obtaining are as follows:

          Mainnet https://matcher.wx.network
          Testnet https://matcher-testnet.wx.network

          # Waves Explorer

          Waves Explorer is a service for browsing blockchain data.

          Mainnet https://wavesexplorer.com/
          Testnet https://wavesexplorer.com/?network=testnet
          Stagenet https://wavesexplorer.com/?network=stagenet
          Custom Select Custom in the top right menu and enter the node URL (applicable for HTTPS node only)
          Or run an instance of Waves Explorer in Docker, see the instruction

          # Faucet: Obtaining Tokens

          Mainnet —
          Testnet Request WAVES
          Stagenet Request WAVES

          # Waves IDE

          Waves IDE is an online environment for developing and testing Ride smart contracts.

          Mainnet https://waves-ide.com/
          Click and check Mainnet
          Testnet https://waves-ide.com/
          Click and check Testnet
          Stagenet Click , scroll to the Custom nodes section, set the node URL to https://nodes-stagenet.wavesnodes.com and chain ID to S
          Custom Click , scroll to the Custom nodes section, and specify the node URL and chain ID (applicable for HTTPS node only)

          # Keeper Wallet

          Keeper Wallet is a browser extension for transaction signing and account keys management.

          Mainnet In Keeper window switch to
          Testnet In Keeper window switch to
          Stagenet In Keeper window switch to
          Custom In Keeper window switch to . Specify the node URL and matcher URL
          Monetary Policy
          Unit Zero
          Monetary Policy
          Unit Zero