a16z / jolt

The simplest and most extensible zkVM. Fast and fully open source from a16z crypto and friends. ⚡
https://jolt.a16zcrypto.com
MIT License
580 stars 105 forks source link

Feat: Add option to save proof and elf files in Jolt SDK #389

Open PatStiles opened 3 weeks ago

PatStiles commented 3 weeks ago

Currently, the jolt-sdk builds and decodes the elf file for a program within a tmp directory at compile time. Adding an option for saving the elf and proof file directly to the project directory would suit use cases for verifying Jolt proofs outside of a Jolt project on other proving/verifying services.