-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add command line tool for proof generation & verification #238
Comments
may I start working on it? |
Sure thing! 🙂 |
gentle bump, could use #305 next week |
I made a stand-alone CLI for running and proving Triton programs and verifying those proofs. You can install it directly through |
In order to use the new CLI to complete cycles in this diagram, you need a verifier for Triton VM written in Triton assembly. Lucky for you, you can find one in tasm-lib. 😊 Unfortunately, for now, you need to set things up yourself in order to use it. One project that uses the recursive verifier is Neptune Cash, for example here. |
It would be nice to run Triton VM as a command-line tool; Andrew Milson's demo of ministark is a good example; basically one sub-command for proving and dumping something into a file (or stdout), and another sub-command for verifying by reading that file (or stdin).
(extracted from #164)
The text was updated successfully, but these errors were encountered: