You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avail and EigenDA runs via external RPC providers however Celestia requires a running light node to be able to post blobs through `go-daash`.
54
54
55
+
For Avail, you need to provide the path to a JSON config file with the following structure:
56
+
57
+
```json
58
+
{
59
+
"seed": "<your seed phrases>",
60
+
"api_url": "wss://goldberg.avail.tools:443/ws",
61
+
"app_id": 1,
62
+
"timeout": 600
63
+
}
64
+
```
65
+
55
66
You can find the instructions to run the light node [here](https://docs.celestia.org/developers/node-tutorial).
56
67
You need an auth token to run your Celestia light node. Copy the `.env.example` file to `.env` and set the `CELESTIA_AUTH_TOKEN` environment variable to the auth token.
0 commit comments