diff --git a/docs/basics/nodes.mdx b/docs/basics/nodes.mdx index 8d9a3b6..8f11d32 100644 --- a/docs/basics/nodes.mdx +++ b/docs/basics/nodes.mdx @@ -34,7 +34,7 @@ Validator and RPC nodes are considered *full* nodes—they store full blockchain A validator node starts its life as a full node, but has also “registered” itself to the network as a validator, which means that it may now accept RON token stake and potentially be included in the validator set that conduct network consensus. -### Set up validator nodes +### Run a validator node -### Set up RPC nodes +### Run an RPC node +## Run an RPC node + +Run an RPC (non-validator) node. + + + ## Run a bridge node Run a bridge node, propose and vote on changes to the bridge. diff --git a/docs/rpc/mainnet-rpc.mdx b/docs/rpc/mainnet-rpc.mdx index bf9e882..61cfe4b 100644 --- a/docs/rpc/mainnet-rpc.mdx +++ b/docs/rpc/mainnet-rpc.mdx @@ -1,5 +1,5 @@ --- -description: Set up and run an RPC node on the Ronin mainnet using Docker. +description: Set up and run an RPC node (non-validator node) on the Ronin mainnet using Docker. title: Run a mainnet RPC node tags: - docker-mainnet @@ -7,8 +7,7 @@ tags: ## Overview -This guide demonstrates how to run an RPC node on the Ronin mainnet -using Docker. +This guide demonstrates how to run an RPC node (non-validator node) on the Ronin mainnet using Docker. ## Prerequisites diff --git a/docs/rpc/testnet-rpc.mdx b/docs/rpc/testnet-rpc.mdx index 8a8ecbb..987c45b 100644 --- a/docs/rpc/testnet-rpc.mdx +++ b/docs/rpc/testnet-rpc.mdx @@ -1,5 +1,5 @@ --- -description: Set up and run an RPC node on the Saigon testnet using Docker. +description: Set up and run an RPC node (non-validator node) on the Saigon testnet using Docker. title: Run a testnet RPC node tags: - docker-testnet @@ -7,7 +7,7 @@ tags: ## Overview -This guide demonstrates how to run an RPC node on the Saigon testnet using Docker. +This guide demonstrates how to run an RPC node (non-validator node) on the Saigon testnet using Docker. ## Prerequisites