Skip to content

Commit

Permalink
add mention of steel to dev docs site (risc0#1795)
Browse files Browse the repository at this point in the history
The dev docs site doesn't mention Steel yet. This PR adds a brief
section to the Ethereum Examples page, to improve findability of Steel.

Questions worth thinking about:
- is the risc0-steel crate is the appropriate place to point users
- do we want to add mentions/paths to Steel elsewhere (mb in the
sidebar?)

---------

Co-authored-by: Victor Graf <[email protected]>
  • Loading branch information
pdg744 and nategraf authored May 9, 2024
1 parent 50c4cf6 commit c347a60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/api/blockchain-integration/eth-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ While all of the [zkVM examples][zkvm-examples] can be run on Bonsai by [configu

The [RISC Zero Foundry Template][foundry-template] provides a minimal application that can act as a template for developing your application.

### Steel

[Steel][steel-repo] is a library for [view call proofs][steel-blog], which enables users to easily integrate claims about Ethereum state into zkVM applications.

### Zeth

[Zeth][zeth-repo] produces ZK validity proofs for Ethereum Virtual Machine blocks (EVM). This is accomplished by running [revm], a Rust implementation of the EVM in the zkVM. The end result is an open-source zkEVM with high code reuse and minute, not hour, proving times on Bonsai. For more info check out [Announcing Zeth: The first Type Zero zkEVM][zeth-article].
Expand All @@ -23,3 +27,5 @@ This [example app][governance-example] uses Bonsai as an Ethereum coprocessor. T
[Governor smart contract standard]: https://docs.openzeppelin.com/contracts/4.x/api/governance
[signature-aggregation]: https://github.com/risc0/risc0/blob/release-0.20/bonsai/examples/governance/methods/guest/src/bin/finalize_votes.rs
[foundry-template]: https://github.com/risc0/bonsai-foundry-template
[steel-repo]: https://crates.io/crates/risc0-steel
[steel-blog]: https://www.risczero.com/blog/introducing-steel

0 comments on commit c347a60

Please sign in to comment.