Skip to content

Commit

Permalink
add docs link to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jan 23, 2024
1 parent b9997d5 commit 5c60434
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Chain ID: `204005`
- https://x1-testnet.xen.network/
- wss://x1-testnet.xen.network

## Documentation

See our [docs](https://docs.xen.network/x1/developer/getting-started) for more information on the X1 network and how to get started.

## Run Full Node (Testnet)

> Quick start a full node and run in the foreground
Expand Down Expand Up @@ -57,15 +61,6 @@ x1 --testnet --http --http.port 8545 --ws --ws.port 8546
x1 --testnet --http --http.port 8545 --http.addr 0.0.0.0 --http.vhosts "*" --http.corsdomain "*" --ws --ws.addr 0.0.0.0 --ws.port 8546 --ws.origins "*"
```

## Run an Archive Node (Testnet)

Synchronizing an archive node is a time-consuming process with substantial disk space requirements.
However, it provides the capability to retrieve historical data through queries.

```shell
x1 --testnet --gcmode archive --syncmode full
```

## Run a Validator Node (Testnet)

See [here](https://docs.xen.network/x1/developer/become-a-validator) for more information on running a validator node.

0 comments on commit 5c60434

Please sign in to comment.