This is a template wallet app that provides access to any TokenD-based system. Read more about TokenD platform on tokend.io.
- Account creation & recovery
- Transfers
- Deposit & withdrawal
- Investments
- Trades
- Token explorer
- Security preferences management
App appearance can be customized in file Theme.swift
. Various colors and fonts can be changed there.
The api configuration file APIConfiguration.plist
contains 4 fields that represent network params of a specific TokenD-based system:
api_endpoint
, storage_endpoint
and terms_address
.
The app allows user to specify a TokenD-based system to work with by scanning a QR code with network params. In this case, network params from the configuration will be used and displayed by default.
In order to change the application branding you have to update following resources:
AppIcon
andIcon
inAssets
– app logosBundle display name
field inInfo.plist
– displayed application nameBundle identifier
in target settings
Distributed Lab, 2019