From 8dc728708a866e9b1a1bf7cb83f507c1929199b4 Mon Sep 17 00:00:00 2001 From: santiagocampos12 <169082461+santiagocampos12@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:22:08 -0400 Subject: [PATCH] WEB3-104: Enhanced description for Steel (#221) Enhanced description for Steel to improve readability. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476c2ed8..e324d72b 100644 --- a/README.md +++ b/README.md @@ -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).