risc0 / risc0-foundry-template

Template for integrating RISC Zero and Ethereum using Foundry and Bonsai
https://risczero.com
84 stars 45 forks source link

Support usage of hardware wallets and other signers in exmple `publisher.rs` app #121

Open nategraf opened 1 week ago

nategraf commented 1 week ago

Currently the example app, publisher.rs, only supports a local wallet (e.g. a raw private key provided as an input). It would be good to have the example support hardware wallets or other options to allow folks to try this out on Ethereum Mainnet without transferring funds to an in-memory wallet.

nategraf commented 1 week ago

For this we will implement Ledger as the one additional example wallet