From 9cf874c8342b6ad5eeb1ed2b3023fb4486235415 Mon Sep 17 00:00:00 2001 From: Jonas Pauli <49498646+jonas089@users.noreply.github.com> Date: Sun, 26 May 2024 14:15:51 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46c06f5..b4b0253 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Acropolis - a ZKVM enabled voting mechanism +![Demo with TUI and Ethereum Audit](https://github.com/cspr-rad/acropolis/blob/main/resources/demo-video.gif) + ## Authorized Anonymous Voting Acropolis enables anonymous voting through `Signatures` over `Public Keys`. The cryptographic identity of each user is treated as a secret input and never revealed to the public. Only the `Signature` issued by an authority for a "KYC-ed" user, alongside with the corresponding `Public Key` (one `Public Key` per election that is owned by the authority) are published for each election. An election is defined as a cycle with a fixed set of options to choose from and authorized identities (=`Signatures` over `Public Keys`).