Directly download XEL Lite Wallet with xel-lite-wallet_macos_3_1_3-r1.dmg
Run XEL Lite Wallet from binaries (recommended for desktops)
Run XEL Lite Wallet from docker installer (recommended for servers)
Requirements
You will need to install git and clone the repository
git clone https://github.com/xel-software/xel-installer-docker
or
You will need to download this project and extract it
Launch
You can start the wallet , display the logs and then stop it :
$ bash xel-lite-wallet.sh start
$ bash xel-lite-wallet.sh logs
then go to http://127.0.0.1:17876
Use custom domain
You can configure a custom domain to access your wallet
$ bash xel-lite-wallet.sh domain-add mywallet.mydomain.com
That's it ! Your wallet is now accessible at the address https://mywallet.mydomain.com
Run XEL Lite Wallet from sources recommended for advanced users)
Requirements
Cloning and compilation
You will need to install git, clone the repository and compile the project
git clone https://github.com/xel-software/xel-lite-wallet
cd xel-lite-wallet
mvn package
Launch
From the terminal
./start.sh
Wait for the JavaFX wallet window to open without JavaFX and open http://localhost:17876/ in a browser
Learn more
Head to the documentation to check out our tutorials on how you can submit a task , provide hardware or learn to program in ePL.