Home

Awesome

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

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.