Getting Started

Get an API key for gasless transactions

An API key is required to use RallyTransact's infrastructure to power gasless transactions. Visit https://app.rallyprotocol.com/ to generate both Amoy and Mainnet Polygon API keys.

Network

This section utilizes Polygon's testnet Amoy network. To switch between Amoy and Mainnet Polygon, update the network config using https://github.com/rally-dfs/flutter-sdk/blob/main/lib/src/network.dart.

RLY Token

In this section, we leverage the RLY token (explorer) to simplify the developer experience. We maintain a token faucet and manage token contracts to ensure that developers can execute their first gasless transaction without the extra steps.

Once you are ready to use your preferred token on production, refer to the subsequent 'your chosen ERC-20 token' sections.

Last updated