Previously during ETHGlobal, I tried to build a zk-based Authentication system using Plonky2 and Stackr's Micro-rollup. During ZuGrama, I am trying to develop a more comprehensive SDK that web2 devs can use to integrate ZK-based authentication systems into their apps. The plan is to build simple JS and Flutter packages that can be easily integrated into existing apps and the user experience remains the same.
Things I am planning or have started implementing:-
- Benchmark multiple proving systems for client-side proving.(Plonky2, Groth16, Binius, UltraHonk etc.)
- Build simple WASM based integrations
- JS Package (want to test if it can be used for web(react, next js) and mobile(react-native))
- Flutter Package
- Extend the functionality by adding zkTLS and zkEmail
PSE launched MoPro(a dedicated library for mobile proving) very recently which can be very helpful for building this SDK.
Previously during ETHGlobal, I tried to build a zk-based Authentication system using Plonky2 and Stackr's Micro-rollup. During ZuGrama, I am trying to develop a more comprehensive SDK that web2 devs can use to integrate ZK-based authentication systems into their apps. The plan is to build simple JS and Flutter packages that can be easily integrated into existing apps and the user experience remains the same.
Things I am planning or have started implementing:-
PSE launched MoPro(a dedicated library for mobile proving) very recently which can be very helpful for building this SDK.