# Using Testnet

## Clover Test Net

Please refer to the following details for Clover TestNet:

* Network Name: `Clover TestNet`
* RPC URL:&#x20;
  * `https://rpc.clover.finance`&#x20;
  * `https://rpc-2.clover.finance`&#x20;
  * `https://rpc-3.clover.finance`
* Web Socket URL:
  * `wss://api.clover.finance`
  * `wss://api-2.clover.finance`
  * `wss://api-3.clover.finance`
* ChainID: `1023`
* Symbol (Optional): `CLV`

{% hint style="info" %}
For a full list of clover networks please check out the [Clover Network List](https://docs.clv.org/portal/quick-start/clover-networks) page.
{% endhint %}

## Using MetaMask for TestNet

In MetaMask, navigate to Settings -> Networks -> Add Network and fill in the above details:

![](https://3715213740-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MOiTA8__-bqyZtI7JYS%2F-MQKhmv0xNSzDQ_j0X2L%2F-MQKiQoZejd7CwSWvoB2%2Ftestnet.jpg?alt=media\&token=8041e144-0fc1-442e-8b56-3625d03c53fc)

Then the MetaMask can connect to Clover TestNet. You can apply CLV for test via the faucet <https://faucet-iris.clover.finance/>

## Using Remix for Test Net

Make sure your MetaMask is connected to CloverTestNet as described above.  The screen shot is as follows:

![](https://3715213740-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MOiTA8__-bqyZtI7JYS%2F-MQKxyDGa2oe6Udky2AH%2F-MQKy6yTmCfK4rGR3CkE%2Fremix.jpg?alt=media\&token=363667dc-e3b6-47f9-9d2e-7886bc3afbe4)

## Connect to Clover TestNet

If you want to set up a local node, which can connect to Clover TestNet, please use the following command to start your local node:

```bash
./target/release/clover --chain specs/clover-preview-iris.json \
    --port 30333 --ws-port 9944 --rpc-port 9933  \
    --name myNode --rpc-cors=all --rpc-methods=Unsafe \
    --validator --unsafe-ws-external --unsafe-rpc-external \
    --execution wasm
```
