Aptos Digital Assets Standard #558
Unanswered
rudreshkoranne
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
No response
Describe your question in detail.
Hey, I've written a smart contract in Move language for the Aptos blockchain to mint an NFT using the following modules:
Now, I want to implement a check to verify that the wallet addresses requesting to mint the token don't already own a token from the collection. The goal is to ensure that each wallet address can mint only one token. How can I implement this check?
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions