Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 382 Bytes

de-mls

Decentralized MLS PoC using a smart contract for group coordination

Run Redis Server

docker-compose up

Install deps

  1. Foundry
  2. make deps

Scaffold Environment

  1. make start: This command will start the docker compose instance, and deploy the smart contract to the local network.

  2. make stop: This command will stop the docker compose instance.