Station Mobile App
Station Mobile is an application that enables users to interact with Terra Core.
Station Mobile allows users to:
- Create wallets and send tokens.
- Get involved with staking by browsing through validator information and delegating Luna tokens.
- Use QRCodes for easy interactions when sending assets and recovering wallets.
URL Scheme
Station Mobile includes a custom URL Scheme that lets developers trigger different actions in the app.
These URL handlers can be opened by scanning a QR code or opening the link directly.
Send
The send function allows a user to send a specified amount of funds to a recipient. This function can be used to accept payment for goods and other point-of-sale configurations.
URL
Payload format
Key | Description | Required? |
---|---|---|
address | Terra address to send funds to | |
token | Native token denom or cw20 contract address | ✔️ |
amount | Amount of tokens in micro format | |
memo | Specific memo to include with the transaction |
Example
Payload:
Base64 encoded payload:
Full URL with encoded payload:
Full URL in QR code:

Find out more on GitHub.