Skip to content

rchain-community/rchain-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • TypeScript 77.4%
  • SCSS 18.7%
  • Shell 3.0%
  • Other 0.9%