diff --git a/src/content/docs/validator/external-chains/xrpl-evm.mdx b/src/content/docs/validator/external-chains/xrpl-evm.mdx index ee26e452..154afd4f 100644 --- a/src/content/docs/validator/external-chains/xrpl-evm.mdx +++ b/src/content/docs/validator/external-chains/xrpl-evm.mdx @@ -50,45 +50,46 @@ mkdir -p ~/.exrpd ``` Inside it, you will eventually see two subfolders. The first is `~/.exrpd/config`. The second is `~/.exrpd/data`. -2. Set the chain id +2. Initialize the node +Make sure to replace `` with a short ASCII-only name for your node (e.g., my-node). ```bash - exrpd config chain-id exrp_1440002-1 + exrpd init --chain-id exrp_1440002-1 ``` ```bash - exrpd config chain-id TBD + exrpd init --chain-id TBD ``` ```bash - exrpd config chain-id TBD + exrpd init --chain-id TBD ``` +This step populates the afforementioned `~/.exrpd` directory with the `config` and `data` directories. + +## Download genesis file -3. Initialize the node -Make sure to replace `` with a short ASCII-only name for your node (e.g., my-node). ```bash - exrpd init --chain-id exrp_1440002-1 + wget https://raw.githubusercontent.com/Peersyst/xrp-evm-archive/main/poa-devnet/genesis.json -O ~/.exrpd/config/genesis.json ``` ```bash - exrpd init --chain-id TBD + TBD ``` ```bash - exrpd init --chain-id TBD + TBD ``` -This step populates the afforementioned `~/.exrpd` directory with the `config` and `data` directories. ## Download Snapshot