Celestia Node Not Running
Error: "Failed to connect to DA layer"
Solution:
Check if Celestia node is running:
docker ps | grep celestia
If not running, start it:
make start
Verify Celestia node is synced:
docker exec -it celestia-node celestia bridge --node.store /home/celestia/bridge state
Last updated
Was this helpful?