Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

AidosKuneen/aidos-wallet-v1

Repository files navigation


Aidos Kuneen
Aidos Kuneen Wallet

This repository contains the desktop wallet for Aidos Kuneen

License

Prebuilt binaries

If you want to just use the wallet app, please download the latest release for your OS.

For every version there are two options: default (mainnet) build and testnet build. You probably need default one, for the mainnet. Testnet builds should be used only for interacting with the test network of Aidos Kuneen!

Requirements

  1. Operating System
    • Linux 64 bit (32bit not supported)
    • Windows 64bit and 32bit
    • MacOS 64bit (32bit not supported)
  2. NodeJS

NodeJS is required to install and run the app.

For Windows Users

yarn install -g --production windows-build-tools

This needs to be run in a cmd window with elevated rights (Administrator).

If you want to package the wallet you will need:

  1. Electron Builder

  2. Optionally Docker (In case you want to build for other platforms on Windows)

Build & Run

These instructions are only in case you want to build the wallet by yourself. Pre-built packages are available on Release Page.

  1. Clone this repository:
git clone https://github.com/AidosKuneen/aidos-wallet
  1. Install dependencies:
yarn install
  1. Run the app:
yarn start
  1. If you wish to compile the app:
yarn compile

If you'd like to create a package only for a specific OS, you can do so by running:

yarn compile:win
yarn compile:mac
yarn compile:lin

You need the specific OS for each package (i.e. cannot cross compile).

  1. After that you can find the compiled binaries in the out dir.

LICENSE

GNU General Public License v3.0