mirror of https://github.com/vacp2p/de-mls.git
49ab2b4aaa
* fix warning * fix warning |
||
---|---|---|
.github/workflows | ||
contracts | ||
crates/bindings | ||
ds | ||
mls_crypto | ||
sc_key_store | ||
src | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
Cargo.toml | ||
LICENSE | ||
Makefile | ||
README.md | ||
docker-compose.yml |
README.md
de-mls
Decentralized MLS PoC using a smart contract for group coordination
Run Redis Server
docker-compose up
Install deps
Foundry
make 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.