Verify relayed Antes
Prerequisite
Setup the verifier on your machine: https://github.com/anteproject/ante-commitments-encoder/tree/main/examples
Know your Ante details
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
Open the contract in BaseScan: https://basescan.org/address/0x1CD9276f727F631eCCea749371a7df27B8a3d55F#readContract
Get the
latestDataUri
Open the IPFS link in your browser: https://ipfs.io/ipfs/
<latestDataUri>
Use any online SHA256 generator to generate the hash for your original message
Lookup for that hash in the JSON opened on step 3
Last updated