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

Enhance Docs: minimize errors related to docker volumes mounted as directories #90

Merged
merged 3 commits into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions holesky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,31 @@ Please ensure you have reviewed the [current Active Operator Set cap](https://do

#### Step 3: Prepare Local EigenDA files

Clone this repo and execute the following commands:
##### Step 3.1: Clone this repo and execute the following commands:

```
git clone https://github.com/Layr-Labs/eigenda-operator-setup.git
cd eigenda-operator-setup/holesky
cp .env.example .env
```

Manually update the `.env` file downloaded in the steps above. Modify the sections marked with `TODO` to match your environment.

Create local folders which are required by EigenDA:
##### Step 3.2: Manually update the `.env` file downloaded in the steps above. Modify all sections marked with `TODO` to match your environment.

##### Step 3.3: Create local folders which are required by EigenDA:

```
mkdir -p $HOME/.eigenlayer/eigenda/holesky/logs
mkdir -p $HOME/.eigenlayer/eigenda/holesky/db
```

##### Step 3.4 Test the values of your environment variables $USER_HOME, $EIGENLAYER_HOME, $EIGENDA_HOME to ensure all the folders exist as expected. Review the resulting values Correct any folders whose paths are not set as expected.

```
source .env
ls $USER_HOME $EIGENLAYER_HOME $EIGENDA_HOME
```

#### Step 4: Operator Networking Security Setup

Retrieval Setup:
Expand Down