Open askucher opened 1 month ago
Hi, --avail-rpc
is wrong, it should be an rpc URL
Also this issue can happen if the connection to the rpc itself fails. Can you try with a different RPC.
Honestly I thought that's port of itself.
Should I enter http://localhost:8001
?
Also this issue can happen if the connection to the rpc itself fails. Can you try with a different RPC.
It did not get it. What rpc should I try ?
Bug Report
Check the contributing guide
Description
Just followed these docs https://docs.availproject.org/docs/build-with-avail/Optimium/op-stack/op-stack
appid is created
./bin/avail-da-server ./cmd/avail --addr=localhost --port=8000 --avail.rpc=8001 --avail.seed="..." --avail.appid=106
without ./cmd/avail
./bin/avail-da-server --addr=localhost --port=8000 --avail.rpc=8001 --avail.seed="..." --avail.appid=106
Steps to Reproduce