Installation
The first step is easy, getting the files onto our computer, and then installing the CLI, a handy tool that will assist in the setup
Download
You can download the Kit through Git from the HollaEx Kit GitHub repository. Clone the repository either directly through your web browser or by using the git command below, in the directory you want the HollaEx Kit to live:
git clone https://github.com/hollaex/hollaex-kit.git
Once complete you will be able to see the hollaex-kit folder now in whatever directory you ran the clone command in.

The HollaEx Kit is a full package with all the necessary directory structure, templates, and even a full web server for a HollaEx Exchange.
Always keep the HollaEx Kit folder safe. It has all the information related to your exchange. You will lose control of your exchange If you lose or damage the folder.
CLI Installation
The first step is to install HollaEx CLI, a Command-Line tool that simplifies the operation of your HollaEx Kit.
To install the CLI, enter the newly downloaded HollaEx Kit folder with:
cd hollaex-kitOnce inside, run the CLI installer by using the command below:
bash install.sh

Checking Our Progress
To check that the download of the HollaEx Kit and the CLI installation all worked out, enter:
hollaex versionYou should see a message something like the image below, with the CLI and Kit's versions.

With everything on your machine, it's time to take these files and setup your exchange!
Last updated