This repo explains how to set up Cosmos nodes. We created it because there are zero comprehensive articles, videos, etc. on doing this, and the official docs on how to just set up a node is confusing.
This repo is written for people who know nothing about running a Cosmos node. Concepts specific to operating Cosmos nodes such as how much storage is required, and how to connect the blockchain node to Prometheus are explained. Concepts specific to Cosmos such as what a blockchain is, and tools used such as Prometheus aren't explained. This is because the official docs are good, and you can look up only what you need to based on your experience level.
Here's the overview.
-
Install Node.js 16.
-
Clone the repo using one of the following methods:
-
SSH:
[email protected]:leapwallet/cosmos-node-setup.git
-
HTTPS:
https://github.com/leapwallet/cosmos-node-setup.git
-
-
Change the directory:
cd notification-system-architecture
-
Install the package manager:
corepack enable
-
Install the dependencies:
yarn
Lint:
yarn lint:fix
- Juno Docs
- Sei Docs
- Stride Docs
- Osmosis Docs
- Commercio.network Docs
- NodeJumper
- Validator Security Checklist
This project is under the MIT License.