This document is based on the following [recorded session](https://drive.google.com/file/d/16ZJB5n2aazf9LfGZPKHPTGJy9zZJ6nIH/view)
In order to test Nwaku on Status, you need to first deploy your release candidate to the `shards.staging` fleet. You will also need to build status-desktop by following the instructions [here](https://www.notion.so/Building-ca1db4fb3baf4f15bab8da717832b743?pvs=21).
Once we are able to run status-desktop locally, run
```bash
make run ARGS="--enable-fleet-selection --datadir=./datadir1"
```
This will open Status Desktop. Create a new account, and once logged in go to `Settings->Advanced->Fleet` and select `shards.staging`
In the Advanced section again, please enable the following options:
- Full developer mode
- Debug
- Node Management
- Enable creation of sharded communities
- Enable Community Creation
Some of these options might also close your Status Desktop window. If so, run again Status Desktop with the same command as before and check that all the above configurations are enabled.
Now, open a new terminal and run a new instance of Status Desktop using a different directory for its database. For example
```bash
make run ARGS="--enable-fleet-selection --datadir=./datadir2"
```
Follow the same steps as with the other Status Desktop instance, only changing the `datadir` flag
With the previous step completed, enter the `Node Management` section and check that both instances are connected to peers