Comment on page
Installation
Follow the directions below to install Axentro from source:
- 1.
- 2.
git clone https://github.com/Axentro/Axentro.git
- 3.Install dependencies
shards install
- 4.Build the binaries:
shards build --release --no-debug
- 5.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
- 6.You invoke the CLI binaries in your terminal by typing:
axe
- The command line blockchain clientaxem
- The command line mineraxen
- The blockchain node
Last modified 3yr ago