You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement changes to the cargo risczero new command such that it can instantiate a project from the Foundry template, and that it can instantiate a project from examples in risc0 and risc0-ethereum.
The text was updated successfully, but these errors were encountered:
We have a couple of open tickets (#1084, #1658) related to improving our
documentation around reproducible/deterministic builds.
This PR makes some minimal revisions to the existing terminology entry
in order to clarify the meaning/importance of deterministic builds and
how to use them.
IMO, we should hold off on adding a dedicated page on this topic until
we address the engineering question of how to integrate deterministic
builds into the foundry template developer workflow (which currently
does not include `cargo risczero`). See #2075 &
risc0/risc0-ethereum#141
---------
Co-authored-by: Erik Kaneda <[email protected]>
Implement changes to the
cargo risczero new
command such that it can instantiate a project from the Foundry template, and that it can instantiate a project from examples inrisc0
andrisc0-ethereum
.The text was updated successfully, but these errors were encountered: