/mobile-wallet

Dispatch Mobile Wallet

Primary LanguageTypeScript

alt dispatch

Setup and Run

Prerequisites

  • Node brew install node
  • Ionic npm install -g ionic

Clone and Start

  • git clone https://github.com/dispatchlabs/mobile-wallet.git
  • cd mobile-wallet
  • ionic start
  • Your web browser will automatically open to: http://localhost:8100/

View the app on a mobile device

Once you have the app running locally you can view it in the Ionic DevApp

The Ionic DevApp will automatically detect any Ionic projects running on your local network

Using the App

  1. Login screen: if you have a wallet already you can enter your private key to access your wallet, if you do not have a wallet already the app will automatically generate one for you.
  2. Home Screen: from the home screen you can see your balance and your transactions. Tap the menu icon in the upper left to access your wallet information, tap the send icon in the upper right to send tokens.
  3. Wallet information: here you can see a list of your wallets. Tapping the plus icon in the upper right will generate a new wallet. Tap the copy button next to your active wallet's address to copy your wallet's information to your device's clipboard.

For testing: if you do not have tokens visit our Discord and supply us with your wallet's address and we can send you tokens to use for testing. If you have any other questions feel free to reach out to us on Discord

More Information

The Dispatch Mobile Wallet app is built using the Ionic Framework, for more information on Ionic consult their documentation