You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to mint an NFT directly into someone else's account without having to MINTNFT + SEND. Without this, transferable === false is pointless because you cannot give non-transferable badges to someone else.
Examples
The proposed approach is to add a new field to the end of the MINTNFT interaction which would signify the recipient.
RIP Summary
Add ability to mint an NFT directly into someone else's account without having to MINTNFT + SEND. Without this,
transferable === false
is pointless because you cannot give non-transferable badges to someone else.Examples
The proposed approach is to add a new field to the end of the
MINTNFT
interaction which would signify the recipient.Instead of:
We would have
Concretely, if we have the MINTNFT operation of:
With a recipient of
HviHUSkM5SknXzYuPCSfst3CXK4Yg6SWeroP6TdTZBZJbVT
it would become:Impact
fromRemark
functionality needs to be updatedtoRemark
functionality needs to be updatedThe text was updated successfully, but these errors were encountered: