starkware-libs / starknet-specs

91 stars 74 forks source link

Add starknet_getProof #220

Closed ArielElp closed 4 days ago

ArielElp commented 1 month ago

The Starknet state commitment consists of three Merkle-Patricia tries (read more here) :

This endpoint should return the data required to provide storage proofs in each of the relevant trees. Known use cases include:


This change is Reviewable