Skip to content

Instantly share code, notes, and snippets.

@mattdesl
Created May 23, 2021 17:10
Show Gist options
  • Save mattdesl/8d8c60ca62bb332b0e93e8a8f26fd205 to your computer and use it in GitHub Desktop.
Save mattdesl/8d8c60ca62bb332b0e93e8a8f26fd205 to your computer and use it in GitHub Desktop.

verify ownership on-chain

Verify an OBJKT ID was issued by an address, by querying the on-chain data directly:

  1. Take objkt ID, such as 72424 here: https://www.hicetnunc.xyz/objkt/72424
  2. Place that into https://api.tzstats.com/explorer/bigmap/522/{id} such as: https://api.tzstats.com/explorer/bigmap/522/72424
  3. Look at the "issuer" field and ensure the address matches exactly the profile you are trying to buy from.

e.g. My address is tz1XHADaUcMSkTN9gdmtRqcnrrZfs4tNkCPg and it matches, so we can verify that OBJKT has been minted by me.


The problem is a UI/frontend issue (that is being fixed by the devs, and might already be fixed by the time you read this).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment