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

# Genesis

#### Genesis

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

#### How to Deploy

Stop Your Service Blockchain

```bash
sudo systemctl stop gitopia-node
```

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

Download And Deploy

```
curl -Ls  https://roomit.xyz/genesis/mainnet/gitopia/genesis.json > $HOME/.gitopia/config/genesis.json 
```

Start Your Service Blockchain

```bash
sudo systemctl start gitopia-node
```
