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/axentrocp bin/axe /usr/local/bin/axentrocp bin/axen /usr/local/bin/axentrocp bin/axem /usr/local/bin/axentro
You invoke the CLI binaries in your terminal by typing:
axe
- The command line blockchain client
axem
- The command line miner
axen
- The blockchain node