Skip to content

Commit

Permalink
feat: readme + docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rac-sri committed Sep 6, 2024
1 parent 56a93d0 commit ad107b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ go run . --addr=localhost --port=8000 --avail.rpc=<Avail RPC URL> --avail.seed=
```
make test
```

### Run using docker

- Copy `.env.example` to `.env`. Fill the values inside.

- Run the following commands:
```
docker-compose build
docker-compose up
```

0 comments on commit ad107b0

Please sign in to comment.