https://github.com/devjin0617/ripplectron
:credit_card: ripple wallet for electron
https://github.com/devjin0617/ripplectron
Last synced: 4 months ago
JSON representation
:credit_card: ripple wallet for electron
- Host: GitHub
- URL: https://github.com/devjin0617/ripplectron
- Owner: devjin0617
- Created: 2017-07-28T13:57:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T09:34:58.000Z (over 7 years ago)
- Last Synced: 2024-10-12T09:09:11.969Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 926 KB
- Stars: 52
- Watchers: 12
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xrpl - Ripplectron
README
# 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 SecretHashValue = SHA256(C)
Encryption = AES256.encode(secret:S, key:HashValue)
DecodeValue = AES256.decode(value:Encryption, key:HashValue)
```# Develop RoadMap
- [x] Create Wallet
- [x] get Balance
- [x] Send Coin (with Destination Tag)
- [x] get History
- [ ] Auto Update
- [ ] Donate Button
- [ ] Ripple Game
- [ ] Mac Version
- [x] Test Version
- [ ] Production
- [ ] Windows Version
- [ ] Test Version
- [ ] Production
- [ ] Linux Version
- [ ] Test Version
- [ ] Production
- [ ] Android Version
- [ ] iOS Version

#### Build Setup
``` bash
# 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](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).