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