risc0-foundry-template
risc0-foundry-template copied to clipboard
Template for integrating RISC Zero and Ethereum using Foundry
Closes https://github.com/risc0/risc0-ethereum/issues/27
Closes #92
Following the deployment guide I can get to: ``` cargo run --bin publisher -- --chain-id=31337 --rpc-url="http://127.0.0.1:8545" --contract=${EVEN_NUMBER_ADDRESS:?} --input=12345678 ... Error: HTTP error from reqwest Caused by: 0: builder error: relative...
Currently the Foundry template includes code to call Bonsai with the Bonsai SDK. Proving with Bonsai is also provided under the unified API with `risc0-zkvm`, and this API is a...
When running the quick start command: ```sh forge init -t risc0/bonsai-foundry-template ./my-project ``` it ends with an error, see the logs below: ```sh ✔ Checking your system ✔ Initializing Project...
Resolved by: https://github.com/risc0/bonsai-foundry-template/pull/85
Add note explaining that we just completed posting a verified receipt on chain, and congratulations
This slows things down when cloning/forge init the repo the first time