diff --git a/README.md b/README.md index a56c43a..1b1612a 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,8 @@ This is a proof of concept of the DSKE system, the main goal is to demonstrate t 4. Key validation The proof-of-concept project assumes all the share's key instructions are delivered correctly, the simple DSKE protocol with (n, n) secret sharing scheme won't be abort in this proof-of-concept project. + +## Getting Started +```bash +cargo run +``` \ No newline at end of file