Minimal Anti-Collusion Infrastructure (MACI) is a private, on-chain, voting system.
+ ++ MACI is an open-source cryptographic protocol designed to facilitate secure, anonymous voting systems while + minimizing the potential for collusion, manipulation and bribery using zero-knowledge proofs. +
+- {format(config.startsAt, "d MMMM, yyyy")} + {config.startsAt && format(config.startsAt, "d MMMM, yyyy")} - - {format(config.resultsAt, "d MMMM, yyyy")} + {config.resultsAt && format(config.resultsAt, "d MMMM, yyyy")}
{isConnected && isRegistered && ( @@ -46,6 +47,8 @@ const SignupPage = (): JSX.Element => {