feat(sc_keystore): initialize smart contract template (#8)

* feat(sc_keystore): initialize smart contract template

* fix: submodule

* fix: gitignore and readme
This commit is contained in:
Aaryamann Challani
2024-06-26 14:40:27 +05:30
committed by GitHub
parent 61abb1af1f
commit b5683dc759
28 changed files with 2483 additions and 0 deletions

View File

@@ -1,2 +1,7 @@
# de-mls
Decentralized MLS PoC using a smart contract for group coordination
## Install deps
1. `Foundry`
2. `make deps`