From 52eded51e511ce2d89dcac2887f83fcf6651dca1 Mon Sep 17 00:00:00 2001 From: Przemek Rzad Date: Tue, 8 Oct 2024 13:54:30 +0200 Subject: [PATCH] Update README.md --- steel/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steel/README.md b/steel/README.md index 5de7363f..df809618 100644 --- a/steel/README.md +++ b/steel/README.md @@ -4,7 +4,7 @@ ## Introducing Steel, a production-ready smart contract execution prover -Steel is a production-ready smart contract execution prover designed to bring boundless runtime to all EVM apps. Using execution proofs, Steel enables EVM apps to run offchain, while preserving onchain security. With Steel, you can prove correct smart contract execution without re-execution, allowing blockchain developers unbounded computation over on-chain data.. +Steel is a production-ready smart contract execution prover designed to bring boundless runtime to all EVM apps. Using execution proofs, Steel enables EVM apps to run offchain, while preserving onchain security. With Steel, you can prove correct smart contract execution without re-execution, allowing blockchain developers unbounded computation over on-chain data. Our partners are already developing game-changing applications with Steel. One application has shown gas savings of 1.2 billion gas for a contract call using around 400,000 SLOADs. 1.2 billion gas is around 30 blocks worth of execution and this can be verified onchain in one proof, that costs under $10 to generate, and less than 300k gas to verify. Steel unlocks boundless application runtime, without rollups, without centralization, without re-writing your smart contracts, and without writing ZK circuits. The brakes are off. @@ -18,7 +18,7 @@ The [create-steel-app] script will allow you to set up the erc20-counter example sh <(curl -fsSL https://raw.githubusercontent.com/risc0/risc0-ethereum/refs/heads/main/steel/docs/create-steel-app/create-steel-app) ``` -This example act as your skeleton project structure for further development. Once the script is finished, you can run through a test workflow with either local proving or Bonsai proving. The documentation below uses the ERC20-counter example as a guide to explain Steel in detail. +This example acts as your skeleton project structure for further development. Once the script is finished, you can run through a test workflow with either local proving or Bonsai proving. The documentation below uses the ERC20-counter example as a guide to explain Steel in detail. You can watch this [video tutorial] for a quick runthrough of using the create-steel-app script to get started.