ore-cli 1.0.0-alpha

A command line interface for the ORE cryptocurrency mining.
1
2
3
4
5
6
7
8
9
10
11
12
13
# ORE CLI

A command line interface for the ORE program.

## Building

To build the ORE CLI, you will need to have the Rust programming language installed. You can install Rust by following the instructions on the [Rust website](https://www.rust-lang.org/tools/install).

Once you have Rust installed, you can build the ORE CLI by running the following command:

```sh
cargo build --release
```