diff --git a/docs/chains/avalanche-chain/avalanche-node.md b/docs/chains/avalanche-chain/avalanche-node.md index 91218b37..0c072fc0 100644 --- a/docs/chains/avalanche-chain/avalanche-node.md +++ b/docs/chains/avalanche-chain/avalanche-node.md @@ -18,7 +18,7 @@ Before you start, ensure that your machine meets the following [minimum requirem ## Install AvalancheGo 🚀 -AvalancheGo is a go implementation of an Avalanche node. This software is necessary to run a Avalanche RPC node. +AvalancheGo is a go implementation of an Avalanche node. This software is necessary to run an Avalanche RPC node. AvalancheGo can be installed automatically on a local machine using a shell bash script or manually with some commands.There are detailed guides for both [automatic installation](https://docs.avax.network/nodes/build/set-up-node-with-installer) and [manual installation](https://docs.avax.network/nodes/build/run-avalanche-node-manually) available in the Avalanche docs. @@ -90,4 +90,4 @@ In our current state of Testnet, there is an additional stage to pass through be ## Setup your Provider on Lava Network 🌋 -Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-avalanche-rpc-node&utm_medium=docs&utm_campaign=avalanche-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network. \ No newline at end of file +Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-avalanche-rpc-node&utm_medium=docs&utm_campaign=avalanche-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network. diff --git a/docs/chains/axelar-chain/axelar-node.md b/docs/chains/axelar-chain/axelar-node.md index f02cf3a4..5b7e7adb 100644 --- a/docs/chains/axelar-chain/axelar-node.md +++ b/docs/chains/axelar-chain/axelar-node.md @@ -39,7 +39,7 @@ OS: Ubuntu 18.04 or MacOS(x86) ## Install 📥 :::caution -Some users have reported issues with the Axelarate install script. If you encounter issues, please consider making an [issue](https://github.com/axelarnetwork/axelarate-community/issues) or trying to install manually. +Some users have reported issues with the Axelarate install script. If you encounter issues, please consider making an [issue](https://github.com/axelarnetwork/axelarate-community/issues) or trying to install it manually. ::: Clone the Axelarate-Community Repo and then run the Node Setup Script. @@ -64,4 +64,4 @@ Want to reach more developers and get more rewards as a node runner? Axelar pays ## Setup your Provider on Lava Network 🌋 -Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-axelar-rpc-node&utm_medium=docs&utm_campaign=axelar-post-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network. \ No newline at end of file +Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-axelar-rpc-node&utm_medium=docs&utm_campaign=axelar-post-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node on the Lava Network. diff --git a/docs/chains/base-chain/base-node.md b/docs/chains/base-chain/base-node.md index a282427e..f3d03d4a 100644 --- a/docs/chains/base-chain/base-node.md +++ b/docs/chains/base-chain/base-node.md @@ -1,6 +1,6 @@ --- slug: /base-node -title: Running an Base RPC Node +title: Running a Base RPC Node --- # Running a Base RPC Node @@ -17,7 +17,7 @@ Before you start, be sure to install [Docker](https://www.docker.com/get-started ### 💿 Setup a L1 Full Node RPC -You need a Ethereum L1 Full Node running before you can use Base. Set `OP_NODE_L1_ETH_RPC` if you're using docker-compose. +You need an Ethereum L1 Full Node running before you can use Base. Set `OP_NODE_L1_ETH_RPC` if you're using docker-compose. ### ✨ Clone the Repo @@ -42,4 +42,4 @@ In our current state of Testnet, there is an additional stage to pass through be ## Setup your Provider on Lava Network 🌋 -Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-base-rpc-node&utm_medium=docs&utm_campaign=base-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node. \ No newline at end of file +Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-base-rpc-node&utm_medium=docs&utm_campaign=base-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node. diff --git a/docs/chains/celestia-chain/celestia-node.md b/docs/chains/celestia-chain/celestia-node.md index baf00aa6..49287a8b 100644 --- a/docs/chains/celestia-chain/celestia-node.md +++ b/docs/chains/celestia-chain/celestia-node.md @@ -39,7 +39,7 @@ To set up your provider on the Lava Network, you can refer to the [provider setu Celestia providers must supply endpoint for both consensus and DA node: - consensus node: rest, tendermint, grpc (this is the same as every other cosmos node) -- DA node: jsonrpc (when running the light DA node the defualt port will be 26658) +- DA node: jsonrpc (when running the light DA node the default port will be 26658) example for provider configuration file @@ -74,4 +74,4 @@ endpoints: address: 0.0.0.0:2221 node-urls: - url: http://127.0.0.1:1317 -``` \ No newline at end of file +``` diff --git a/docs/chains/celo-chain/celo-node.md b/docs/chains/celo-chain/celo-node.md index b85fc9cf..31c5586e 100644 --- a/docs/chains/celo-chain/celo-node.md +++ b/docs/chains/celo-chain/celo-node.md @@ -1,6 +1,6 @@ --- slug: /celo-node -title: Running an Celo RPC Node +title: Running a Celo RPC Node --- # Running a Celo RPC Node @@ -45,4 +45,4 @@ In our current state of Testnet, there is an additional stage to pass through be ## Setup your Provider on Lava Network 🌋 -Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-celo-rpc-node&utm_medium=docs&utm_campaign=celo-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node. \ No newline at end of file +Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-celo-rpc-node&utm_medium=docs&utm_campaign=celo-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node. diff --git a/docs/chains/ethereum-chain/ethereum-node.md b/docs/chains/ethereum-chain/ethereum-node.md index f1ac6e23..bd933260 100644 --- a/docs/chains/ethereum-chain/ethereum-node.md +++ b/docs/chains/ethereum-chain/ethereum-node.md @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'; ## Requirements 📄 -Ethereum nodes have some basic hardware requirements that must be met in order to proceed with the install process: +Ethereum nodes have some basic hardware requirements that must be met in order to proceed with the installation process: @@ -37,7 +37,7 @@ Intel Core i5/i7 ## Choose your Path 🛣️ -Current Ethereum recommended practice is to manage your node using DAppNode. You can follow along the very helpful guide provided by DAppNode [here](https://docs.dappnode.io/docs/user/getting-started/choose-your-path). +The current Ethereum recommended practice is to manage your node using DAppNode. You can follow along the very helpful guide provided by DAppNode [here](https://docs.dappnode.io/docs/user/getting-started/choose-your-path). If you elect to go the more advanced route, you can setup your node using the command line or another recommended tool. A list of guided setups is available on the [Ethereum developer docs](https://ethereum.org/en/developers/docs/nodes-and-clients/run-a-node/#spinning-up-node). @@ -50,4 +50,4 @@ In our current state of Testnet, there is an additional stage to pass through be ## Setup your Provider on Lava Network 🌋 -Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-ethereum-rpc-node&utm_medium=docs&utm_campaign=ethereum-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node. \ No newline at end of file +Once you’ve been accepted - to set up your provider on the Lava Network, you can refer to the [provider setup documentation](https://docs.lavanet.xyz/provider-setup?utm_source=running-a-ethereum-rpc-node&utm_medium=docs&utm_campaign=ethereum-pre-grant) available elsewhere in our docs. This should provide you with the necessary information to configure and operate your provider node.