gizatechxyz / giza-cli

Giza Platform CLI
https://cli.gizatech.xyz/welcome/readme
MIT License
16 stars 8 forks source link

Improve Proving by using trace and memory #35

Closed Gonmeso closed 10 months ago

Gonmeso commented 10 months ago

Due to latest updates to the lamddworks cairo prover, now we can generate proofs from trace and memory files so there is no need to generate the casm.json file and embed the transpilation in a contract.

With this changes we aim to improve the workflow and deployments for transpiled models.

image