npm install
npm run start # localhost:3000
npm run build # static optimized build in build directory.
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'
- Landing page
- RChain functionality
- Connecting to different nodes
- Checking balance
- Transferring between wallets
- Create wallet
- Mnemonic
- 24 word
- 12 word
- Keystore
- Mnemonic
- 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