Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add docker secrets to protect sensitive information like passwords and private keys in .env file
  • Loading branch information
Mahmood1717 authored Jan 19, 2024
1 parent 2a2edd1 commit 5f78208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ cp .env.example .env
```
Update the `TODO` sections in the `.env` file given in the root directory of the repository with your own details.:

### Create Docker Secrets
```bash
echo "your_ecdsa_password" | docker secret create ecdsa_key_password -
echo "your_bls_password" | docker secret create bls_key_password -
```
### Create some local folders which are required by EigenDA
```bash
mkdir -p $HOME/.eigenlayer/eigenda/logs
Expand Down

0 comments on commit 5f78208

Please sign in to comment.