For the complete documentation index, see llms.txt. This page is also available as Markdown.

Celestia Node Not Running

Error: "Failed to connect to DA layer"

Solution:

  1. Check if Celestia node is running:

docker ps | grep celestia
  1. If not running, start it:

make start
  1. Verify Celestia node is synced:

docker exec -it celestia-node celestia bridge --node.store /home/celestia/bridge state

Last updated