Chain Abstraction
Facilitate transactions by letting users pay with any token from any chain, or with fiat.
Try out the demo for yourself in the live playground
You can use the PayEmbed
component to let users execute a transaction from any chain, paying with any token.
Check out the PayEmbed API reference for more information.
Any transaction sent with useSendTransaction
or with TransactionButton
will prompt the user to choose a different payment method if they don't have enough balance for the transaction.
You can turn off this behaviour by setting the payModal
option to false
.