Skip to content

AlexBesedin/celestia-nodes-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Сelestia-nodes-explorer

This is a tool that allows you to explore the network of nodes in the Celestia blockchain. This allows you to view the statistics of the node (Validators, bridge, full storage, light), as well as information about the node and other characteristics.

Project preparation and launch

git clone git@github.com:AlexBesedin/celestia-nodes-explorer.git

Install docker on the server:

sudo apt install docker.io 

Install docker-compose on the server:

sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Expand containers and collect static

cd celestia-nodes-explorer/infra/
sudo docker-compose up -d --build
sudo docker-compose exec backend python3 manage.py collectstatic --no-input

Author:

Alex Beszedin

About

This is a tool that allows you to explore the network of nodes in the Celestia blockchain. This allows you to view the statistics of the node (Validators, bridge, full storage, light), as well as information about the node and other characteristics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors