# Verify relayed Antes

## Prerequisite

* Setup the verifier on your machine: <https://github.com/anteproject/ante-commitments-encoder/tree/main/examples>
* Know your Ante details&#x20;
  * the original message
  * (optional) the address you want to be verified for committing that Ante
  * (optional) the side of the Ante
  * commitment type - this is determined by the Ante app you have used to create the Ante

## Verification

After you have everything setup, you just follow the instruction from the README file of the example given above.

## Manual verification

1. Open the contract in BaseScan: <https://basescan.org/address/0x1CD9276f727F631eCCea749371a7df27B8a3d55F#readContract>
2. Get the `latestDataUri`
3. Open the IPFS link in your browser: [https://ipfs.io/ipfs/](https://ipfs.io/ipfs/QmPn5fnQ1S9383CKgVShovw38wpVt6XgNcoDhX3osNw641)`<latestDataUri>`
4. Use any online SHA256 generator to generate the hash for your original message
5. Lookup for that hash in the JSON opened on step 3
