Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 838 Bytes

File metadata and controls

27 lines (16 loc) · 838 Bytes

Celestia Light Node runner

This tutorial will guide you through setting up a Celestia light node, which will allow you to perform data availability sampling (DAS) on Celestia's data availability (DA) network.

Light nodes ensure data availability. This is the most common way to interact with Celestia networks.

How tu run

i) Clone the repo

git clone https://github.com/Sensei-Node/celestia-lightnode

ii) Prepare config and run

cd celestia-lightnode/light && cp default.env .env && docker compose up

✅ The node is up and running..

Contributing

  • Contributions are welcome. If you have any suggestions for improvements, please open a Pull Request.

Made with ❤️ by Sensei Team