From 817c4587a6fea78e8aecf0452c0f30318df9e1c5 Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 24 Mar 2024 12:45:16 +0800 Subject: [PATCH] add: future works --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36284d4..05af271 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,8 @@ https://radical-dao-transparency.netlify.app ### Future Work -* Use Zero Knowledge Proof to hide rater's identity while ensuring the integrity of average scores, so raters would fear no more and rate with their true thoughts. \ No newline at end of file +* Use Zero Knowledge Proof to hide rater's identity while ensuring the integrity of average scores, so raters would fear no more and rate with their true thoughts. +* Smart contract security audit. +* Smart contract gas usage optimization. +* There probably exists a better data strucutre to reduce the time complexity of fetching average ratings from smart contract. +* Stricter member opration restriction, like OAuth in web2. \ No newline at end of file