Setting up paymasters

You can choose Pimlico or Stackup as paymasters

Steps to setup on Pimlico:

  1. Create account, select Chain and get API key, RPC endpoints.

    Example: https://api.pimlico.io/v2/mumbai/rpc?apikey=<api_key>

  2. Use this endpoint as PaymasterEndpoint option while initialising SDK.

  3. Add balance to sponsor Mainnet transactions in Payment Methods.

Steps to setup on Stackup:

  1. Create account, select Chain and get API key, RPC endpoints.

    Example: https://api.stackup.sh/v1/paymaster/<api_key>

  2. Use this endpoint as PaymasterEndpoint option while initialising SDK.

  3. Select a plan based on your requirement in Billing.

0xgasless will release its own $0xGAS paymaster very soon..

Last updated