Decentralized MLS PoC using a smart contract for group coordination
docker-compose up
Foundry
make deps
-
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.