Migrate from stackup
We’re excited to support your migration to Biconomy! This guide will walk you through the steps and any necessary adjustments for your setup, while highlighting the benefits of our stack.
Biconomy provides a complete solution for leveraging Smart Accounts, Paymasters, and Bundlers. Checkout the list of supported networks for our Bundlers and Paymasters.
Migration Steps:
-
Create biconomy bundler client: With Biconomy, you can utilize our Bundler infrastructure through either the SDK or API requests. Follow the official guide to set up the bundler client. You can find the Biconomy Bundler URL here.
-
Setup paymaster: Biconomy's paymaster service enables Dapps to sponsor transactions and, also allows users to use ERC-20 tokens as payment for gas. Log in to the Biconomy dashboard to get the paymaster URL and switch modes between our sponsorship and token Paymaster. Make use of different Spending limits to customize the paymaster usage.
-
Update RPC calls: Use all available Biconomy bundler JSON-RPC methods as outlined in the specification.
Stackup Bundler | Biconomy bundler |
---|---|
eth_sendUserOperation | eth_sendUserOperation |
eth_getUserOperationReceipt | eth_getUserOperationReceipt |
eth_getUserOperationByHash | eth_getUserOperationByHash |
eth_supportedEntryPoints | eth_supportedEntryPoints |
eth_chainId | eth_chainId |
All paymaster URLs allow you to use both Sponsorship and Token Paymasters. To switch between paymasters you will simply change the Mode of a specific request.
Stackup paymaster | Biconomy paymaster |
---|---|
pm_sponsorUserOperation | pm_sponsorUserOperation |
Additionally, you can find list of all contract here.
Follow the end to end integration guides for various use cases:
For additional support, reach out to us on Telegram or discord.