trilitech / tezos-unity-sdk

Tezos Unity SDK for developers. Discover the future of Web3 gaming.

Home Page:https://tezos.com/unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo scene: authentication prefab + NFT data access

m-kus opened this issue · comments

Add new scene to the samples that will showcase the usage of the Authentication prefab and NFT API.

It should include:

  • Working authentication through the prefab
  • Examples of API usage for the following use cases:
    • "Do I have NFT X"? (Thus, the currently authenticated user) IsHolderOfToken (+ GetActiveWalletAddress)
    • "Does user with address of "tzABCD...1234" have NFT X"? (Thus, NOT the currently authenticated user) IsHolderOfToken
    • "List all NFTS for user with address of "tzABCD...1234" "? (Thus, NOT the currently authenticated user) GetTokensForOwner

NFT examples not necessarily should be accompanied with UI, a simple debug log would be enough