Skip to content

Commit

Permalink
Better README on docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
qwolphin committed Mar 17, 2022
1 parent a1a856c commit df3ca2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,7 @@ ETHERSCAN_KEY="YOUR ETHERSCAN API KEY HERE"
With the environment file set up, you can move on to using Docker:

```
$ USERID=$UID docker-compose up -d --build
```

And in another terminal:

```
$ USERID=$UID docker-compose exec contracts-env /bin/bash
$ export USERID=$UID && docker-compose build && docker-compose run contracts-env bash
```

From there, have fun!
Expand All @@ -70,6 +64,12 @@ $ npm run coverage
$ npm run compile
```

Cleanup leftover Docker containers:

```
USERID=$UID docker-compose down
```

## Protocol Overview

The Lens Protocol transfers ownership of social graphs to the participants of that graph themselves. This is achieved by creating direct links between `profiles` and their `followers`, while allowing fine-grained control of additional logic, including monetization, to be executed during those interactions on a profile-by-profile basis.
Expand Down

0 comments on commit df3ca2f

Please sign in to comment.