Rally Protocol
Search
K
Comment on page

Examples

React Native

Game app

The purpose of this game app is to showcase a simple web3 mobile UX from the perspective of an end-user. This application utilizes the core features of the mobile SDK: generating a crypto account, claiming RLY tokens gaslessly, and using the same tokens to upgrade their emojis gaslessly.
While the user may perceive the experience as unremarkable, it is important to note that the app developer never loses control over the user experience - Users were not asked to create a crypto account, not asked to pay for gas, and most importantly was never exposed to blockchain before they were able complete their first on-chain transaction.

Developer app

Showcase the core functionalities of the mobile sdk on one screen. You'll be able to:
  1. 1.
    Create a crypto account on your device
  2. 2.
    View your crypto account's public address
  3. 3.
    View your crypto balance
  4. 4.
    Gaslessly receive RLY token from a faucet to your newly created crypto account
  5. 5.
    Gaslessly transfer RLY from your crypto account to a destination crypto account
  6. 6.
    Use the Polygon blockchain explorer to check your balance(s) and verify all transactions have been gasless
  7. 7.
    View the seed phrases for your crypto account

Flutter

Example app

Showcase the core functionalities of the mobile sdk on flutter as well as relay an arbitrary transaction through our transaction layer to mint an NFT gaslessly.
  1. 1.
    Create a crypto account on your device
  2. 2.
    Gaslessly Claim 10 RLY token
  3. 3.
    Relay an arbitrary transaction through our relayer to mint an NFT gaslessly