A light wallet for the ALIAS cryptocurrency.
The easiest way to contribute to the Alias Light Wallet: Donate with ALIAS!
Public ALIAS address: SSq7CjsPzfanmCkcN9XhKHg7yMn3bXj8i5
Private ALIAS address: smYhZCsqgJdRkWB64GaLZ165HejRCL3tAkmDmxdCrG2McnuH7gReE3LjDoXLRqf3txrwiuE3BCpFFAADDbU1oYW4fr7y9MnU37U3AD
Please put no funds on this wallet, you're not willing to lose. Also don't restore from seeds which contains funds you're not willing to lose.
ALiWa will be supported by all major Desktop and Mobile platforms.
- Windows - macOS - Linux DEB - Linux RPM: See latest release
- Mobile: Android & iOS under aliwa-mobile
- C/C++ Compiler
- Node.js
- Python
- Git
It is recommended to install VisualStudio and select the above packages at the Installation process. (I believe everything but Git can be selected there)
To build on Windows it is required to open a powershell as administrator and give "RemoteSigned" rights.
To do this:
- Open a power shell.
Start-Process powershell -Verb runAs
- Confirm
- In admin Power shell:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
- Confirm with Yes
Now you're able to build on windows!
Step 2 and 3 are only required once
npm init -y
npm i --save-dev electron
npm i -g @electron-forge/cli
(install electron-forge)electron-forge import
- To setup the ALiWa icon follow the APP ICON INSTRUCTIONS from the file confg package
npm install
npm run make
- Download Tor.libraries.Win64.zip from the Alias resources repository
- Unzip it into the build folder
out/ALiWa-win32-x64
, where `ALiWa.exe is located. - Zip folder
out/ALiWa-win32-x64
to create a simple archive with all required files.
With Inno Setup and by using the configuration file inno-setup.iss, you're able to build an easy to use installer:
iscc inno-setup.iss
Use the steps above but instead of step 7 use these steps:
7a. install --save-dev electron-packager
(only once)
7b. npx electron-packager . ALiWa-32 --platform=win32 --arch=ia32 --icon=view_resources/img/aliwa_light.ico
- Xcode & Xcode Comand Line Tools
- Node.js
- Git
Step 2 and 3 are only required once
npm init -y
npm i --save-dev electron
npm i -g @electron-forge/cli
(install electron-forge)electron-forge import
- To setup the ALiWa icon follow the APP ICON INSTRUCTIONS from the file confg package
npm install
npm run make
- Download Tor.libraries.MacOS.zip from the Alias resources repository
- Unzip it into the build folder
out/ALiWa-darwin-x64/ALiWa.app
. - Zip folder
out/ALiWa-darwin-x64
to create a simple archive with all required files.
- Node.js >=12.0.0
- Git
- Tor (Only for getting a connection running the app)
Step 2 and 3 are only required once
npm init -y
npm i --save-dev electron
npm i -g @electron-forge/cli
(install electron-forge)electron-forge import
- To setup the ALiWa icon follow the APP ICON INSTRUCTIONS from the file confg package
npm run make