Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 756 Bytes

README.md

File metadata and controls

33 lines (31 loc) · 756 Bytes

RChainWallet

TASKS (MVP)

  • Landing page
  • RChain functionality
    • Connecting to different nodes
    • Checking balance
    • Transferring between wallets
  • Create wallet
    • Mnemonic
      • 24 word
      • 12 word
    • Keystore
  • Access wallet
    • Via MetaMask
    • From mnemonic
    • Via keystore
    • From private key
    • From locally stored account
  • Wallet
    • Dashboard
    • Settings
      • - Create keystore
      • - Save account locally
    • Transfer screen
    • Settings screen
    • Design for mobile
    • Deploy code screen
    • Offline signing
  • Other
    • Display errors when they happen and inform user about what went wrong
    • Inform user when transfer is complete