Skip to content

🪐 How to set up a Cosmos blockchain node

License

Notifications You must be signed in to change notification settings

leapwallet/cosmos-node-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🪐 How to set up a Cosmos blockchain node

Topics

Resources

License

Stars

Watchers

Forks