HerodotusDev / integrity

Apache License 2.0
65 stars 19 forks source link

Deserialization #11

Closed tiagofneto closed 10 months ago

neotheprogramist commented 10 months ago

Objective

Create a process to parse JSON data and produce a StarkProof object in Cairo.

Specific Goals

  1. Parse JSON Data: Develop a method to efficiently parse JSON data.
  2. Generate StarkProof Object: From the parsed data, construct a StarkProof object that is compatible with the Cairo 1 verifier. cairo_verifier.cairo file.