Skip to content

Commit

Permalink
WEB3-104: Enhanced description for Steel (#221)
Browse files Browse the repository at this point in the history
Enhanced description for Steel to improve readability.
  • Loading branch information
santiagocampos12 authored Sep 6, 2024
1 parent a9af04a commit 8dc7287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RISC Zero's Ethereum contracts, including the on-chain verifier for all RISC Zer

## Steel

A powerful library for querying and generating verifiable proofs over Ethereum or other EVM-based blockchain state. It leverages [alloy], giving developers a familiar and high quality interface for querying Ethereum via view calls. Steel makes it easy to securely move execution off-chain saving gas and unlocking new use cases on Ethereum.
A powerful library for querying and generating verifiable proofs over Ethereum or other EVM-based blockchain state. It leverages [alloy], giving developers a familiar and high quality interface for querying Ethereum via view calls. By moving execution off-chain, Steel significantly reduces gas costs and enables novel Ethereum use cases without compromising security.

You can install [Steel] with `cargo add risc0-steel`, check out the examples in the [examples directory](./examples/erc20-counter).

Expand Down

0 comments on commit 8dc7287

Please sign in to comment.