Investigating ZK compression with the ability to deploy them on the blockchain.
Investigating possibilities of a username and password type login mechanism but using a ZK contract. The ZK proof could verify that the user possess the username and password, for which only a proof is generated. This is NOT complete, all the background info on ZK is presented, and progress with login forms
Most of the time was spent on learning ZK fundamentals on Scroll, couldn't actually build a complete or working app. Based on my initial understanding, it is entirely possible to build such a system. Zero Knowledge Proofs (ZK) represent a fascinating aspect of cryptographic protocols, enabling one party (the prover) to prove to another party (the verifier) that a statement is true, without revealing any information beyond the validity of the statement itself. This document explores the concept of ZK proofs and discusses how they can be applied to enhance authentication processes.