Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typos in Assets/MirageSDK/Examples/Scripts/UseCases/LoadNFTs/Read…
…Me.md
  • Loading branch information
MonkeyKing44 committed Feb 19, 2025
commit f58aed30c2186b06f164ec0921eb2f61588bac51
4 changes: 2 additions & 2 deletions Assets/MirageSDK/Examples/Scripts/UseCases/LoadNFTs/ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Update NFT

This is an example for one of the use cases for this sdk : <br/>Checking if someone owns an NFTs. This use case is usefull when you want to know if someone has specific NFTs to then let him use them ingame.
This is an example for one of the use cases for this sdk : <br/>Checking if someone owns an NFTs. This use case is useful when you want to know if someone has specific NFTs to then let him use them ingame.

### How To
To start this Use Case we will first need to initialize the SDKWrapper and store the contracts that we will use here inside some private variables. For this example we will reuse the GameCharacterContract used in the WearableNFTExample Use Case.
Expand Down Expand Up @@ -32,4 +32,4 @@ If you need to get the ID of a specific NFT you can use the tokenOfOwnerByIndex

```

Once you have checked that the authenticated wallet has an NFT you can then give access to it for the user. You can for exemple let him use Hero X if he has the Hero X NFT.
Once you have checked that the authenticated wallet has an NFT you can then give access to it for the user. You can for example let him use Hero X if he has the Hero X NFT.