# Starknet Storage Proof Verifier

This implementation contains a somewhat gas efficient way to verify [Starknet Storage Proofs](https://docs.starknet.io/documentation/architecture_and_concepts/Contracts/contract-storage/) in Solidity.
It also contains various implementation of the [pedersen hash function](https://docs.starkware.co/starkex-v4/crypto/pedersen-hash-function) in Solidity.
