-
Notifications
You must be signed in to change notification settings - Fork 426
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
About Batch Transfer (ThirdWeb React v5) #5984
Comments
Hey @emin-karadag, The transaction button is not meant to send batch transactions, but rather a single transaction at a time. If you'd like to send batch transactions with a smart account, you'll need to create the button yourself and follow the example here. I also noticed your |
Hello @gregfromstl ,
|
You don't need to deploy your own smart contract to use smart accounts. The Could you share the error it returns and an example transaction? Are you sure the transaction succeeds? |
Hello,
How can I send to multiple addresses using
<TransactionButton/>
?I made sending to a single wallet as follows.
Link: https://portal.thirdweb.com/react/v5/components/TransactionButton
But can you show me an example of how I can do “Batch Transfer”? Unfortunately, the “Batch Transfer” examples in the Thirdweb document were not enough.
Thank you in advance.
The text was updated successfully, but these errors were encountered: