Volara CLI
Installation

Volara CLI

The Volara CLI is a command line interface for interacting with the Volara miner and network.

Prerequisites

The Volara CLI requires the following dependencies:

  • Python 3.12
  • Poetry
  • Git

MacOSX Prerequisite Installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
brew install python
curl -sSL https://install.python-poetry.org | python3 -

CLI Installation

git clone https://github.com/volaradlp/minercli.git
cd minercli
source setup.sh

You should now have access to the volara cli command!