KO
|
EN
gitlite — search
Search
#python
#react
#javascript
#nodejs
#hacktoberfest
#android
#machine-learning
#typescript
#go
#cli
#flask
#tensorflow
ripplectron
★ 52
Open GitHub ↗
:credit_card: ripple wallet for electron
Download README (.md)
Explore Similar Repositories
DArm
:
A desktop arm that can write and draw.
NSGA-II
:
an implementation of NSGA-II in java
nominatim-docker
:
Fully-featured container for geocoding, reverse geocoding and address lookup based on Nominatim and Open Street Map data.
Awesome-Object-Tracking
:
Object Tracking Algorithms Resources
ipfs-pubsub-room-demo
:
IPFS Pubsub room demo
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ripplectron
?
Download (.md)
# 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 - [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).