risc0 / risc0-ethereum

Integration of the RISC Zero verifiable compute platform with Ethereum and EVM chains.
https://risczero.com
Apache License 2.0
84 stars 17 forks source link

WEB3-79: Refactor of Governance Example for RISC Zero zkVM 1.0 #197

Closed sashaaldrick closed 1 month ago

sashaaldrick commented 2 months ago

This is a refactor of the original governance example located in release-0.20 here. This has been rewritten to match the foundry template layout, amongst many other features.

At a high level, this PR:

For a high level walkthrough, please see README.md, and to run tests locally with benchmarking, see instructions.md.

sashaaldrick commented 2 months ago

Lots of CI issues, I will take a look at a stab at fixing these later today/early this coming week

sashaaldrick commented 2 months ago

I'm working on refactoring the publisher.rs to work like the publisher in the erc20 counter, i.e using alloy directly instead of the TxSender implementation.