MacOS - tutorial
This is a step by step instruction on how to setup and run elastic node on macOS.
Preparing for Client installation
First download and install Java (jdk8) for macOS
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Now download the elastic client by clicking on the green button on the right
https://github.com/xel-software/Litewallet-Mainnet
Installing and Running the Elastic Client
Go to the elastic client download directory and extract the ZIP files, enter your elastic client directory and Launch the terminal
http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line
To start installation from the elastic client directory, type on your terminal:
bash compile.sh
After installation is done, start your elastic client with this command:
bash run.sh
To access ur wallet open ur browser and go to:
http://localhost:17876
Last updated