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 | Active | 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.
To obtain test BTC for use on the Testnet network, visit the Testnet Faucet.
Regtest
Regtest is your private, local Bitcoin network for development and testing:
-
Full Control
You decide when blocks are mined, no waiting for real miners. -
Instant Feedback
Generate or rewind the chain instantly to test contract logic and transactions. -
Safe Sandbox
Use valueless coins and experiment freely without impacting Testnet or Mainnet.
Fractal
Read more about the Fractal network and its unique features: Fractal Network.