Quick Start Guide
Last updated
Last updated
This guide will help you quickly get started with using Storage Proofs. Follow these steps to submit your first Storage Proof request and access verified blockchain data.
Visit the .
Register or log in using your in-browser wallet with Sign in with Ethereum.
Once logged in, access your API key from the dashboard.
Construct a POST request to the Storage Proof API. Here's a basic example:
This request proves the balance of a specific account on the Ethereum Sepolia testnet.
Send a POST request to:
Replace YOUR_API_KEY_HERE
with your actual API key.
Use the returned internalId
to check the status of your request:
Once the status is "DONE", you can access the proven data through the Facts Registry contract on the destination chain. For Sepolia testnet:
Use the accountField
function to retrieve the proven data.
A more in-depth guide can be found here:
Check out the Turbo interface for easier integration with smart contracts.
Try out different types of proofs using the workflow examples.
Congratulations! You've now used Storage Proofs to verify blockchain data. As you become more familiar with the system, you can create more complex proofs and integrate them into your applications.
Go to the correct .
Explore the for more advanced usage.