Lite Wallet image

Lite Wallet

MacOS logo
MacOS
Windows logo
Windows
Linux logo
Linux

Overview

Lite Wallet is the core software in which the whole decentralized blockchain ledger runs, it is also an accounting system that records all the transactions. Besides its own dedicated blockchain, the Elastic platform uses the native XEL token. XEL serves as a medium of exchange. With Lite Wallet you can store, receive and send XEL tokens..

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)

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.

Go to Documentation

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)

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

run.bat

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.

Go to Documentation

Run XEL Lite Wallet from binaries (recommended for desktops)

Requirements

Java is not included in the installer, you must have Java 8 installed.

sudo add-apt-repository ppa:webupd8team/java

sudo apt update; sudo apt install oracle-java8-installer

sudo apt install oracle-java8-set-default

Now, directly download XEL Lite Wallet with xel-lite-wallet_unix_3_1_3-r1.sh

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)

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.

Go to Documentation
Code copied!