Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BitVM/zkCoins

Experimenting with recursive circuits in Plonky2 for zkCoins
https://github.com/BitVM/zkCoins

Last synced: 3 months ago
JSON representation

Experimenting with recursive circuits in Plonky2 for zkCoins

Awesome Lists containing this project

README

        

# Plonky2 Experiments
Trying out recursive circuits in plonky2 for zkNano/zkCoins

# Useful Resources
- Simple example: https://polymerlabs.medium.com/a-tutorial-on-writing-zk-proofs-with-plonky2-part-i-be5812f6b798
- Hash chain IVC example: https://docs.rs/plonky2/latest/src/plonky2/recursion/cyclic_recursion.rs.html#136-155
- Plonky2 Repo: https://github.com/mir-protocol/plonky2/tree/main