mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-08 22:57:57 -05:00
382 B
382 B
de-mls
Decentralized MLS PoC using a smart contract for group coordination
Run Redis Server
docker-compose up
Install deps
Foundrymake deps
Scaffold Environment
-
make start: This command will start the docker compose instance, and deploy the smart contract to the local network. -
make stop: This command will stop the docker compose instance.