This repository hosts ki-address-generator
, a desktop Ki address generator to prepare the launch of the Ki Mainnet.
The generator allows to:
- Generate and verify random mnemonics.
- Derive and display Mainnet key pairs.
- Prepare and share account json file to be included in the genesis file.
To run the Ki address generator you need first to build the it and then to run it or package it in electron.
# Install the wallet dependencies
cd ki-address-generator/app && npm install
# Build thewallet with minification
./build.sh
You can also serve the app in your browser with hot reload at localhost
npm run dev
# Go into the parent repository and install dependencies
cd .. && npm install
# Run the app in dev mode
npm start
# Build the app for macOS
npm run package-mac
# Build the app for Windows
npm run package-win
# Build the app for Debian distributions
npm run package-linux
If you discover a security vulnerability in this project, please report it to [email protected]. We will promptly address all security vulnerabilities.
Disclaimer The app uses code parts from the math-cosmos-web-wallet project by MathWallet.