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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3

4
4
5
-
Unified interaction API for Data Availibility chains initially designed to work with Vulcan (Stackr's Verification Layer)
5
+
Unified interaction API for Data Availability chains initially designed to work with Vulcan (Stackr's Verification Layer)
6
6
7
7
This unified API for data availability services provides a scalable, secure, and efficient way for Vulcan to interact with different DA networks. It aims to standardize data access patterns, reduce complexity, and enhance the overall experience of using data availability services.
8
8
@@ -47,10 +47,10 @@ Each micro-rollup should be easily able to switch
47
47
Avail and EigenDA runs via external RPC providers however Celestia requires a running light node to be able to post blobs through `go-daash`.
48
48
49
49
You can find the instructions to run the light node [here](https://docs.celestia.org/developers/node-tutorial).
50
-
Also export auth token as environment variable:
50
+
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