Skip to main content
After deploying your contract and adding it to the dashboard, update your offchain integration to target your contract address and pass attestations onchain.
1

Update API requests

Replace verification_hash with to (your contract address).
2

Pass attestations to your contract

Include the attestation struct when calling predicated functions.

Backend Changes

Replace verification_hash with your contract address in the to field.

Request Parameters


Frontend Changes

Fetch the attestation and pass it to your contract function.

Attestation Struct