Implement delivery service using redis (#11)

* add redis connection

* add docker

* add docker

* fix maping error
This commit is contained in:
Ekaterina Broslavskaya
2024-07-01 18:40:11 +07:00
committed by GitHub
parent 30b8ebb4a7
commit 35d2104e3f
7 changed files with 177 additions and 211 deletions

View File

@@ -1,6 +1,10 @@
# de-mls
Decentralized MLS PoC using a smart contract for group coordination
## Run Redis Server
`docker-compose up`
## Install deps
1. `Foundry`