Skip to content

Instantly share code, notes, and snippets.

@renovatorruler
Last active June 28, 2019 20:53
Show Gist options
  • Save renovatorruler/ae90109ab744f448108b5607aa087daa to your computer and use it in GitHub Desktop.
Save renovatorruler/ae90109ab744f448108b5607aa087daa to your computer and use it in GitHub Desktop.
Bch App Logic
Bch App Logic
OPENAPP -> DoesWalletExist?
LoggedOutFlow
DoesWalletExist?
YES -> LoadAccountInfo
NO -> AppWelcomeScreen
AppWelcomeScreen
CREATEWALLET -> CreateWalletFlow
IMPORTWALLET -> ImportWalletFlow
CreateWalletFlow
DISMISS -> AppWelcomeScreen
ImportWalletFlow
DISMISS -> AppWelcomeScreen
LoadAccountInfo
SUCCESS -> SummaryView
TabBar
ProfileIcon
CLICK -> WalletView
Summary*
SummaryView
WalletView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment