Skip to main content

OP_NET Networks

Introduction

OP_NET operates across multiple network environments, allowing developers to test, deploy, and interact with decentralized applications and smart contracts. Each network serves a specific purpose, ranging from development and testing to production-ready applications.

Updates on Regtest

All breaking changes and experimental updates are implemented on Regtest without prior announcements. Developers should anticipate frequent changes and adapt their workflows accordingly.


Overview of Networks

OP_NET supports the following network environments:

NetworkRPC URLStatusPurpose
Mainnethttps://api.opnet.orgDisabledThe primary production environment for live applications and smart contracts.
Testnethttps://testnet.opnet.orgDisabledA sandbox environment for wider application testing.
Regtesthttps://regtest.opnet.orgActiveA network designed for local development and testing.
Fractalhttps://fractal.opnet.orgActiveFractal Network.

Details on Each Network

Mainnet

The mainnet is OP_NET's production environment, where real Bitcoin transactions occur. Use this network for:

  • Deploying finalized smart contracts.
  • Running production dApps.
  • Handling real Bitcoin assets.
Note

Currently, the Mainnet is disabled while OP_NET undergoes further development and optimization.


Testnet

The testnet will be a testing environment designed to mirror the mainnet while using test BTC instead of real Bitcoin. It will be ideal for:

  • Broader testing of applications in a semi-production environment.
  • Ensuring stability before deployment to the mainnet.
Note

The Testnet will be activated after functionality is deemed stable on the Regtest network.


Regtest

The regtest network is an environment currently used for all development and testing activities. It offers:

  • Complete control over the blockchain, including block creation and confirmation.
  • Fast and flexible testing without network delays.
  • Ideal for debugging smart contracts and transaction logic.
tip

To obtain test BTC for use on the Regtest network, visit the Regtest Faucet.


Fractal

Read more about the Fractal network and its unique features: Fractal Network.