RallyProtocol
Mobile SDKs
Mobile SDKs
  • Rallyprotocol
    • Overview
    • Embedded wallets
    • Gasless transasctions
  • MOBILE SDKs
    • Flutter
    • React Native / Expo
    • Unity
  • Resources
    • Example dapps
      • Claim NFT dapp
    • Videos
      • Intro to embedded wallets
      • Intro to gasless transactions
      • RallyProtocol dashboard basics
    • Guides
      • Add ERC2771Recipient
      • Gasless transaction methods
    • Supported tokens
    • Community libraries
    • FAQs
  • Links
    • Twitter
    • Warpcast
    • Discord
    • Github
    • Blog
    • Youtube
Powered by GitBook
On this page
  • Embedded wallets
  • Gasless Transactions
  1. Resources

FAQs

PreviousCommunity libraries

Last updated 8 months ago

Embedded wallets

Are embedded wallets a separate application?

An embedded wallet is not a standalone wallet app like Metamask or Coinbase Wallet. Instead, it serves as the wallet layer with which your dApp provides an interface to interact with the blockchain. Simply put, your dapp is the wallet.

Can I use the same crypto account for testnet (Amoy) and mainnet Polygon?

A crypto account on Amoy will work on Mainnet Polygon and vice versa. Please make sure you select the correct network if funds are not appearing correctly.

Is the SDK open source?

Yes! Visit us at

Gasless Transactions

How can I tell if a token is supported for sponsored gasless transactions?

We support tokens that use the following methods to enable gasless transactions:

executeMetaTransaction

ERC20 tokens using the official prior to January 2023 automatically inherited executeMetaTransact. This can be verified by checking that a token's Contract Name is UChildERC20Proxy.

permit()

Are all contracts supported?

Not all contracts are supported by our SDK out of the box. Here are some error messages you may encounter:

  1. Paymaster rejected in server: isTrustedForwarder: reverted.

  2. Paymaster rejected in server: invalid forwarder for recipient.

    1. External contracts are required to set the trusted forwarder address to

      1. Amoy: 0x0ae8FC9867CB4a124d7114B8bd15C4c78C4D40E5

      2. Mainnet: 0xB2b5841DBeF766d4b521221732F9B618fCf34A87

Do you support tokens that do not use executeMetaTransaction and permit()for sponsored gasless transactions?

Will you support a specific blockchain?

In order to enable sponsored gasless transactions, the contract must be or whitelisted on our paymaster. View the .

View the

Please contact us at in order to find a solution that works.

Please contact us at in order to find a solution that works.

https://github.com/rally-dfs/
Polygon token mapper
RLY Token for reference.
ERC2771 compatible
Add ERC2771Recipient guide
code example
partnerships@rallyprotocol.com
partnerships@rallyprotocol.com