# Getting Started

Sonic offers developers two distinct networks to build and deploy their apps. First, the [Sonic testnet](https://testnet.soniclabs.com/) serves as a dedicated environment where you can rigorously test your smart contract code and deployments, ensuring everything functions correctly using faucet tokens.

Once your contracts are thoroughly vetted on the testnet, you can confidently deploy your live apps to the Sonic mainnet, the production environment where end users will interact with your apps.

The following are the network details:

{% tabs %}
{% tab title="Sonic Mainnet" %}

* **Network name**: Sonic
* **RPC URL:** [**https://rpc.soniclabs.com**](https://rpc.soniclabs.com)
* **Explorer URL:** [**https://sonicscan.org**](https://sonicscan.org)
* **Explorer API:** [**https://api.etherscan.io/v2/api?chainid=146**](https://api.etherscan.io/v2/api?chainid=146)
* **Chain ID**: 146
* **Currency symbol**: S
  {% endtab %}

{% tab title="Sonic Testnet" %}

* **Network name**: Sonic Testnet
* **RPC URL:** [**https://rpc.testnet.soniclabs.com**](https://rpc.testnet.soniclabs.com/)
* **Explorer URL:** [**https://testnet.sonicscan.org**](https://testnet.sonicscan.org)
* **Explorer API:** [**https://api.etherscan.io/v2/api?chainid=14601**](https://api.etherscan.io/v2/api?chainid=14601)
* **Chain ID**: 14601
* **Currency symbol**: S
* **Faucet:** [**https://testnet.soniclabs.com/account**](https://testnet.soniclabs.com/account)
  {% endtab %}

{% tab title="Blaze Testnet (Legacy)" %}

* **Network name**: Sonic Blaze Testnet
* **RPC URL:** [**https://rpc.blaze.soniclabs.com**](https://rpc.blaze.soniclabs.com)
* **Explorer URL:** [**https://blaze.soniclabs.com/**](https://blaze.soniclabs.com/)
* **Chain ID**: 57054
* **Currency symbol**: S
* **Faucet:** [**https://blaze.soniclabs.com/account**](https://blaze.soniclabs.com/account)

*The Sonic Blaze testnet (2.0) will be depreciated soon.*
{% endtab %}
{% endtabs %}

{% hint style="info" %}
To meet other builders and receive support, join the [official Sonic builders group](https://t.me/SonicBuilders).
{% endhint %}
