> ## Documentation Index
> Fetch the complete documentation index at: https://docs.soo.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Up SOON RPC

## Set Up RPC through Terminal

Run the following command to set the RPC URL to SOON Testnet:

```bash theme={"system"}
solana config set --url https://rpc.testnet.soo.network/rpc
```

You can verify that the Solana CLI is properly configured to use the SOON Testnet by running:

```bash theme={"system"}
solana config get
```

You should see an output that includes the following URL:

```bash theme={"system"}
Config File: /home/xxxx
RPC URL: https://rpc.testnet.soo.network/rpc
WebSocket URL: wss://rpc.testnet.soo.network/rpc (computed)
Keypair Path: /home/xxxxx
Commitment: confirmed

```

## Set Up RPC on Solana Playground

* Click the setting button on the left.

* Choose Endpoint and set it to custom.

<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', margin: '20px 0' }}>
  <img
    src="https://mintcdn.com/soonlabslimited/NLY9iL1MRVrIdiiG/images/rpcset1.gif?s=8df3e76a55826cdf42bfec248a69a583"
    alt="RPC Setup Guide1"
    style={{ 
maxWidth: '600px',
width: '100%',
height: '450px', 
objectFit: 'cover',
borderRadius: '8px',
boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1)'
}}
    width="549"
    height="1098"
    data-path="images/rpcset1.gif"
  />
</div>

* Enter SOON rpc URL:

  * [https://rpc.testnet.soo.network/rpc](https://rpc.testnet.soo.network/rpc)

* Getting Test Tokens
  To get test tokens for the SOON Testnet, visit the SOON Faucet:

SOON Faucet URL: [https://faucet.testnet.soo.network/](https://faucet.testnet.soo.network/)

<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', margin: '20px 0' }}>
  <img
    src="https://mintcdn.com/soonlabslimited/NLY9iL1MRVrIdiiG/images/rpcset2.gif?s=daec19f4039c58c82d9a8f775cffaf67"
    alt="RPC Setup Guide2"
    style={{ 
maxWidth: '600px',
width: '100%',
height: '300px', 
objectFit: 'cover',
borderRadius: '8px',
boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1)'
}}
    width="738"
    height="448"
    data-path="images/rpcset2.gif"
  />
</div>

<div style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', margin: '20px 0' }}>
  <img
    src="https://mintcdn.com/soonlabslimited/NLY9iL1MRVrIdiiG/images/faucet_devnet_solpg.gif?s=b77d113a4d1388825d651273c77f5ef5"
    alt="RPC Setup Guide3"
    style={{ 
maxWidth: '600px',
width: '100%',
height: '300px', 
objectFit: 'cover',
borderRadius: '8px',
boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1)'
}}
    width="738"
    height="447"
    data-path="images/faucet_devnet_solpg.gif"
  />
</div>
