-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
end-user has to sign the transaction when minting in a gassless way #2
Comments
Hey! Can you explain what your use case is? The SDK already has an NFT airdrop function which doesn't require the end-user to sign the transaction. The transaction is being signed via the |
Update: The airdrop function's internal types have been changed in the latest version of the SDK. Here is the latest code on how to use the airdrop function - https://github.com/candypay/sdk#airdrop |
Hey! I saw that one, but I was referring to the gasless mint of a candy machine. It would be awesome, if the gassless way would not require the end-user to sign the transaction |
Gotcha! The latest update of the SDK doesn't require the end user to sign the transaction for minting the Candy Machine via the gasless method. You can take a look at the test suite for the Here is a transaction created via the gasless method's test --
The end-user account on the explorer doesn't show the "Signer" badge beside it, whereas the payer account has both the "Signer" and "Fee Payer" badges beside it |
Would it be possible to have the end-user just receive the mint, instead of having to be a signer?
The text was updated successfully, but these errors were encountered: