Skip to content

Commit ca85a2d

Browse files
committed
docs: Edit README for avail config
1 parent 53e55fa commit ca85a2d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,20 @@ curl --location 'localhost:8080/eigen' \
5252

5353
Avail and EigenDA runs via external RPC providers however Celestia requires a running light node to be able to post blobs through `go-daash`.
5454

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+
5566
You can find the instructions to run the light node [here](https://docs.celestia.org/developers/node-tutorial).
5667
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.
5768

5869
```bash
5970
cp .env.example .env
6071
```
61-

0 commit comments

Comments
 (0)