A developer's playground for Plonky3 to get started with creating simple proofs.
Plonky3 is a new STARK-based proofing system that is designed to be modular such that it can support different fields, interactive oracles, and polynomial commitment scheme.
As it is still a very much of a work-in-progress undergoing a lot of changes, it doesn't have documentation that can help developers navigate its API.
This repo aims to give developers some help and to quickly bring them up to speed on using Plonky3's API.
Much of the effort is in understanding Plonky3's codebase and Github issues, along with repos that uses Plonky3 and posts that other developers have done.
This information is filtered such that a usage pattern can be drawn from all the different use cases.
An example repo is then created that serves as a tutorial with hand-holding comments.