https://github.com/lovesh/learning-electron
Getting started with electron
https://github.com/lovesh/learning-electron
ed25519 ed25519-base58 electron keygen
Last synced: 6 months ago
JSON representation
Getting started with electron
- Host: GitHub
- URL: https://github.com/lovesh/learning-electron
- Owner: lovesh
- License: other
- Created: 2017-11-23T11:29:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T19:11:11.000Z (almost 8 years ago)
- Last Synced: 2025-01-30T21:19:59.960Z (8 months ago)
- Topics: ed25519, ed25519-base58, electron, keygen
- Language: HTML
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ed25519 keygen using Electron
This is a my first Electron application based on some electron sample code i copied from few github repos, it is a keygen and used to generate ed25519 keypair. Also there is an `Apps` menu to load a window that can be used to create hashes.
I used linux for development. It can create linux and windows apps using `npm run package-linux` and `npm run package-win` respectively, you need wine installed for creating windows app though# Next steps
1. take seed from user input
2. use libindy to create keypair
3. save keypair with alias in sqlite
4. use sqlcipher