> For the complete documentation index, see [llms.txt](https://docs.roomit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roomit.xyz/mainnet/source/infrastructures/addressbook.md).

# Addresbook

{% embed url="<https://roomit.xyz/addressbook/mainnet/source/>" %}
Source Addressbook
{% endembed %}

#### How to Deploy

Stop Your Service Blockchain

```bash
sudo systemctl stop source-node
```

> > Notes : for systemd init blockchain, adjust with your name of service. **systemctl stop sourced**

Download And Deploy

```
curl -Ls  https://roomit.xyz/addressbook/mainnet/source/addrbook.json > $HOME/.source/config/addrbook.json 
```

Start Your Service Blockchain

```bash
sudo systemctl start source-node
```
