Setting up paymasters
You can choose Pimlico or Stackup as paymasters
Steps to setup on Pimlico:
Create account, select Chain and get API key, RPC endpoints.
Example: https://api.pimlico.io/v2/mumbai/rpc?apikey=<api_key>
Use this endpoint as PaymasterEndpoint option while initialising SDK.
Add balance to sponsor Mainnet transactions in Payment Methods.
Steps to setup on Stackup:
Create account, select Chain and get API key, RPC endpoints.
Example: https://api.stackup.sh/v1/paymaster/<api_key>
Use this endpoint as PaymasterEndpoint option while initialising SDK.
Select a plan based on your requirement in Billing.
0xgasless will release its own $0xGAS paymaster very soon..
Last updated