-
Notifications
You must be signed in to change notification settings - Fork 370
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
feat: mdbook docs #191
feat: mdbook docs #191
Conversation
@@ -0,0 +1,143 @@ | |||
# Documentation and mdbook related jobs. | |||
# Reference: https://github.com/paradigmxyz/reth/blob/main/.github/workflows/book.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this?
Cargo.toml
Outdated
@@ -1,5 +1,5 @@ | |||
[workspace] | |||
members = ["core", "cli", "derive", "examples/*", "zkvm"] | |||
members = ["core", "cli", "derive", "examples/*", "zkvm", "program"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait i don't think we can have program in here because of patching
Instead, you should have your script only execute the program with the RISC-V runtime and read `stdout`. Here is an example: | ||
|
||
```rust,noplayground | ||
use succinct_core::{SuccinctProver, SuccinctStdin, SuccinctVerifier}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also have this as an example? and import from there?
Co-authored-by: John Guibas <[email protected]>
No description provided.