issues
search
walt-id
/
waltid-walletkit
Toolkit for SSI and NFT/SBT wallets
https://docs.walt.id
Apache License 2.0
31
stars
25
forks
source link
[WalletKit] Investigate moving nft-engine functions to walletkit
#40
Closed
mikeplotean
closed
1 year ago
mikeplotean
commented
2 years ago
Functions to be added:
[ ] mint token
[ ] update token metadata
redeem / verify token
[ ] have the business logic provided externally (e.g. nft-engine or another engine configured in setup):
the right to mint (e.g. based on supply or user access - user not registered or token already minted)
the rules for token verification (e.g. value for redeemed, allowed values)
Functions to be added: