Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.77 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.77 KB

Cosmos Node Setup

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.

Contributing

Installation

  1. Install Node.js 16.

  2. Clone the repo using one of the following methods:

    • SSH:

      git@github.com:leapwallet/cosmos-node-setup.git
    • HTTPS:

      https://github.com/leapwallet/cosmos-node-setup.git
  3. Change the directory:

    cd notification-system-architecture
  4. Install the package manager:

    corepack enable
  5. Install the dependencies:

    yarn

Usage

Lint:

yarn lint:fix

Credits

License

This project is under the MIT License.