/ripplectron

:credit_card: ripple wallet for electron

Primary LanguageJavaScript

ripplectron

Ripple(Blockchain coin) Wallet Desktop client for vue-electron

How to save wallet key

C = User Crypto key (one-time input → send coin, check secret, load wallet)
S = Ripple Wallet Secret

HashValue = SHA256(C)
Encryption = AES256.encode(secret:S, key:HashValue)
DecodeValue = AES256.decode(value:Encryption, key:HashValue)

Develop RoadMap

  • Create Wallet
  • get Balance
  • Send Coin (with Destination Tag)
  • get History
  • Auto Update
  • Donate Button
  • Ripple Game
  • Mac Version
    • Test Version
    • Production
  • Windows Version
    • Test Version
    • Production
  • Linux Version
    • Test Version
    • Production
  • Android Version
  • iOS Version

icon start wallet

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.