o1js
o1js copied to clipboard
Make proving optional for zkProgram
Currently when developing and testing with zkProgram, it is necessary to compile and prove at every step.
Making proving optional in zkProgram would allow for faster feedback loops, quicker prototyping. Better DX.
Similar to the current implementation in the SmartContract API