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!
- Operating System
- Linux 64 bit (32bit not supported)
- Windows 64bit and 32bit
- MacOS 64bit (32bit not supported)
- NodeJS
NodeJS is required to install and run the app.
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:
-
Optionally Docker (In case you want to build for other platforms on Windows)
These instructions are only in case you want to build the wallet by yourself. Pre-built packages are available on Release Page.
- Clone this repository:
git clone https://github.com/AidosKuneen/aidos-wallet
- Install dependencies:
yarn install
- Run the app:
yarn start
- 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).
- After that you can find the compiled binaries in the
out
dir.