Execute Transactions
Swap, transfer, mint, and more.
With the FunWallet SDK, you can execute any transaction interpretable by an EVM blockchain. You can swap one token for another, transfer assets to a Twitter handle, mint an NFT and much more.
Out of the box, FunWallets provide developers easy ways to execute the most popular actions, including:
Create Fun Wallet
Authenticate FunWallet Transactions with an EOA
Transfer Tokens
Authenticate FunWallet Transactions with an EOA
Swap Tokens
Authenticate FunWallet Transactions with an EOA
To execute any transaction sitting on the long tail of popularity, including minting an NFT, developers can use the Arbitrary Function FunWallet method:
Information regarding target blockchain, send Transaction now/later mode & gas payment mode are given by the Environment Config variables. To override these default values, a well formatted options last parameter is required for FunWallet method calls.