rchain-community / rchain-wallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RChainWallet

build

npm install
npm run start # localhost:3000
npm run build # static optimized build in build directory.

on rhobot.net

start it with "nohup" to start it with "no hangup" when the terminal disconnected. Now restarting meant killing all the processes:

rchain@rhobot:~/rchain-wallet$ kill $(ps aux | grep rchain-wallet| grep -v grep | cut -c7-15)
rchain@rhobot:~/rchain-wallet$ nohup npm start &
[1] 4138
rchain@rhobot:~/rchain-wallet$ nohup: ignoring input and appending output to 'nohup.out'

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

About


Languages

Language:TypeScript 77.4%Language:SCSS 18.7%Language:Shell 3.0%Language:HTML 0.7%Language:JavaScript 0.2%