js
js copied to clipboard
I don't know if I missed this in the documentation but is it possible to combine different methods so that users only have to sign one transaction
For example say a user wants to create a new nft, I have to upload the metadata which is one transaction, then create the actual mint which is another transaction. how would I make this one transaction?