risc0-foundry-template icon indicating copy to clipboard operation
risc0-foundry-template copied to clipboard

Template for integrating RISC Zero and Ethereum using Foundry

Results 20 risc0-foundry-template issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/risc0/risc0-ethereum/issues/27

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

enhancement
Blocked
devex

Add note explaining that we just completed posting a verified receipt on chain, and congratulations

documentation

This slows things down when cloning/forge init the repo the first time

enhancement