Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: consolidate consensus nodes into one page #1107

Merged
merged 13 commits into from
Oct 4, 2023
10 changes: 5 additions & 5 deletions docs/developers/celestia-app-vesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Next, you can learn how to create a vesting account on Mocha testnet.

In the previous section of this tutorial, we learned how to create a vesting
account on a local devnet. In this portion of the tutorial, we'll cover how
to set up a consensus full node and set up a vesting account on
to set up a full consensus node and set up a vesting account on
[Mocha testnet](../../nodes/mocha-testnet).

First, be sure that you have
Expand Down Expand Up @@ -377,13 +377,13 @@ Here's an example command to set up the vesting account:
celestia-appd tx vesting create-vesting-account $TO_ADDRESS 100000utia 1686748051 --from $FROM_ADDRESS --gas 100000 --fees 100000utia --node $RPC_URL --chain-id mocha --delayed
```

### Optional: Set up a consensus full node or validator
### Optional: Set up a full consensus node or validator

Running a consensus full node or validator will prevent you from needing
Running a full consensus node or validator will prevent you from needing
to use an RPC.

You can [set up a validator](../../nodes/full-consensus-node) or [full node](../../nodes/validator-node) for the previous portion
of the tutorial.
You can [set up a validator or full consensus node](../../nodes/consensus-node)
for the previous portion of the tutorial.

Note: this may take some time depending on how you choose to sync the
state of the chain.
Expand Down
2 changes: 1 addition & 1 deletion docs/nodes/arabica-devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Below is a list of RPC endpoints you can use to connect to Arabica devnet:

These RPC endpoints do not allow you to download full blocks from
them. We advise that if you are running a bridge node, that you also
run a local [full consensus node](../full-consensus-node) in order to download full blocks from
run a local [full consensus node](../consensus-node) in order to download full blocks from
it.

- `rpc.consensus.celestia-arabica-10.com`
Expand Down
Loading