Skip to content

Commit

Permalink
Enhance Docs: minimize errors related to docker volumes mounted as di…
Browse files Browse the repository at this point in the history
…rectories (#90)
  • Loading branch information
wesfloyd authored Apr 3, 2024
1 parent a3de36c commit 4982d12
Showing 1 changed file with 11 additions and 3 deletions.
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

0 comments on commit 4982d12

Please sign in to comment.