Skip to content

Commit

Permalink
docs: Edit README for avail config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRampey committed Mar 18, 2024
1 parent 53e55fa commit ca85a2d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,20 @@ curl --location 'localhost:8080/eigen' \

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

For Avail, you need to provide the path to a JSON config file with the following structure:

```json
{
"seed": "<your seed phrases>",
"api_url": "wss://goldberg.avail.tools:443/ws",
"app_id": 1,
"timeout": 600
}
```

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

```bash
cp .env.example .env
```

0 comments on commit ca85a2d

Please sign in to comment.