If you want to view the app without cloning the project and running it locally:
- Download the Ionic View App
- Enter code:
2ba76232
note: the Ionic view app is currently unavailable on iOS
- Node
brew install node
- Ionic
npm install [email protected]
git clone https://github.com/dispatchlabs/mobile-wallet.git
cd mobile-wallet
ionic serve
- Your web browser will automatically open to:
http://localhost:8100/
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
- 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. - 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.
- 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
The Dispatch Mobile Wallet app is built using the Ionic Framework, for more information on Ionic consult their documentation