Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leapwallet/cosmos-node-setup
🪐 How to set up a Cosmos blockchain node
https://github.com/leapwallet/cosmos-node-setup
aws blockchain-node cosmos
Last synced: 9 days ago
JSON representation
🪐 How to set up a Cosmos blockchain node
- Host: GitHub
- URL: https://github.com/leapwallet/cosmos-node-setup
- Owner: leapwallet
- License: mit
- Created: 2022-07-24T04:24:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T11:34:20.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T07:24:21.085Z (over 1 year ago)
- Topics: aws, blockchain-node, cosmos
- Homepage:
- Size: 1.69 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cosmos Node Setup
This repo explains how to set up [Cosmos](https://cosmos.network/) 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](docs/overview.md).
## Contributing
### Installation
1. Install [Node.js 16](https://nodejs.org/en/download/).
2. Clone the repo using one of the following methods:- SSH:
```shell
[email protected]:leapwallet/cosmos-node-setup.git
```- HTTPS:
```shell
https://github.com/leapwallet/cosmos-node-setup.git
```3. Change the directory:
```shell
cd notification-system-architecture
```4. Install the package manager:
```shell
corepack enable
```5. Install the dependencies:
```shell
yarn
```### Usage
Lint:
```shell
yarn lint:fix
```## Credits
- [Juno Docs](https://docs.junonetwork.io/juno/readme)
- [Sei Docs](https://docs.seinetwork.io/introduction/overview)
- [Stride Docs](https://docs.stride.zone/docs)
- [Osmosis Docs](https://docs.osmosis.zone)
- [Commercio.network Docs](https://docs.commercio.network/)
- [NodeJumper](https://nodejumper.io/)
- [Validator Security Checklist](https://docs.evmos.org/validators/security/checklist.html)## License
This project is under the [MIT License](LICENSE).