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.
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:
Network | RPC URL | Status | Purpose |
---|---|---|---|
Mainnet | https://api.opnet.org | Disabled | The primary production environment for live applications and smart contracts. |
Testnet | https://testnet.opnet.org | Disabled | A sandbox environment for wider application testing. |
Regtest | https://regtest.opnet.org | Active | A network designed for local development and testing. |
Fractal | https://fractal.opnet.org | Active | Fractal 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.
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.
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.
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.