mlabs-haskell / godot-cardano

Integrated light wallet and off-chain SDK for the Godot engine and Cardano blockchain
https://mlabs-haskell.github.io/godot-cardano/
MIT License
3 stars 0 forks source link

Add TxBuilder helpers for CIP68 minting #61

Closed danielfarrelly closed 5 months ago

danielfarrelly commented 5 months ago

Requires #56

rmgaray commented 5 months ago

In particular: we want to automatically generate CIP67 tags to liberate the user from encoding specifics. The user should be able to just provide a token name and the helpers should mint both the reference and the user NFT.

rmgaray commented 5 months ago

56 already provided helpers for minting CIP68 tokens.

It's worth mentioning that we still don't support reference inputs, so updating metadata is not something that can be done yet.