From 78e9dee3e1f1aeb040b1d66492851c2d7b670306 Mon Sep 17 00:00:00 2001 From: Fawad Haider <153737+FawadHa1der@users.noreply.github.com> Date: Tue, 11 Apr 2023 10:08:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e95678..a9e7226 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Resolve ENS names on l1 via starknet # Verify Starknet state/storage proofs in solidity. -This projects implements the verification of state/storage proofs for starknet on L1. We have built our custom contract(SNStateProofVerifier.sol) which verifies the state/storage proofs exported by pathfinder_getproof API. This repo utilizes a third party library/contract to calculate pedersen hashes(mentioned below) but implements custom verification and CCIP logic to enable ENS name resolution. . Frontend (ccip-helper.nethermind.io) app demonstrates the proof verification and ens resolution via starknet. Full details of this request flow can be found in EIP 3668. +This projects implements the verification of state/storage proofs for starknet on L1. We have built our custom contract(SNStateProofVerifier.sol) which verifies the state/storage proofs exported by pathfinder_getproof API. This repo utilizes a third party library/contract to calculate pedersen hashes(mentioned below) but implements custom verification and CCIP logic to enable ENS name resolution. [Frontend](https://ccip-helper.nethermind.io) app demonstrates the proof verification and ens resolution via starknet. Full details of this request flow can be found in EIP 3668. ## Build and run UI Tool ```shell