> 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/testnet/arkeo/infrastructures/addressbook.md).

# Addresbook

{% embed url="<https://roomit.xyz/addressbook/testnet/arkeo/>" %}
Arkeo Addressbook
{% endembed %}

#### How to Deploy

Stop Your Service Blockchain

```bash
sudo systemctl stop arkeo-node
```

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

Download And Deploy

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

Start Your Service Blockchain

```bash
sudo systemctl start arkeo-node
```
