Installation
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):
You invoke the CLI binaries in your terminal by typing:
axe
- The command line blockchain clientaxem
- The command line mineraxen
- The blockchain node
Last updated