> 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/genesis.md).

# Genesis

#### Genesis

{% embed url="<https://roomit.xyz/genesis/mainnet/source/>" %}

#### 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/genesis/mainnet/source/genesis.json > $HOME/.source/config/genesis.json 
```

Start Your Service Blockchain

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