Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #299

Closed
wants to merge 23 commits into from
Prev Previous commit
Next Next commit
Update README.md
meta-light authored Aug 15, 2024
commit a5ee76290be96ae63c33f8094d9273def2e11661
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -21,8 +21,12 @@ Eclipse XRAY leverages only the Eclipse public [RPC](https://docs.eclipse.xyz/de
- [DaisyUI Components](https://daisyui.com/)

### Setup Environment
In the root of the project, create a `.env` file with the values mentioned in `.env.template`.
The only environment variable used is a Dune API key for the bridge stats.
In the root of the project, create a `.env` file with the following contents:
```
DUNE_KEY=<dune_api_key>
```
This is only required for Mainnet Bridge stats.


### Install
Run the install command from the root of the project to install dependencies for all apps and packages.