Skip to content

Commit

Permalink
chore: consolidate consensus nodes into one page (#1107)
Browse files Browse the repository at this point in the history
* chore: consolidate consensus nodes into one page

* format with prettier

* add changes from #1083

* format

* match 96a1397

* apply suggestion from #1107 (comment)

* feat: interpolate arabica/mocha chain-id

* fix: the -> a

* Revert "fix: the -> a"

This reverts commit d2cea53.

* Update docs/nodes/consensus-node.mdx

Co-authored-by: Rootul P <[email protected]>

* fix: the -> a

* Update docs/nodes/consensus-node.mdx

Co-authored-by: Rootul P <[email protected]>

---------

Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
jcstein and rootulp authored Oct 4, 2023
1 parent d4fdc5d commit 564bccb
Show file tree
Hide file tree
Showing 16 changed files with 305 additions and 478 deletions.
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

0 comments on commit 564bccb

Please sign in to comment.