Follow the directions below to install Axentro from source:
-
install the Crystal programming language
-
Clone the Axentro repository from Github
git clone https://github.com/Axentro/Axentro.git
-
Install dependencies
shards install
-
Build the binaries:
shards build --release --no-debug
-
Install the binaries on your path (might need to use sudo):
mkdir -p /usr/local/bin/axentro cp bin/axe /usr/local/bin/axentro cp bin/axen /usr/local/bin/axentro cp bin/axem /usr/local/bin/axentro
-
You invoke the CLI binaries in your terminal by typing:
axe
- The command line blockchain clientaxem
- The command line mineraxen
- The blockchain node