Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FawadHa1der authored Apr 11, 2023
1 parent 4945f5d commit 78e9dee
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
@@ -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
Expand Down

0 comments on commit 78e9dee

Please sign in to comment.