UI Overview
An application for zk-based transactions
- Transfer deposits to other participants using zkSnarks technology (proof of transaction without disclosing details of the sender, recipient, and value).
The zkBob application uses the Zero Pool library to prepare zkproof transactions and interact with the relayer. The application is responsible for:
- Processing transactions
- Restoring local state
- Building zkproofs from user input (ie amount, address)
- Interacting with the relayer
Last modified 29d ago