From Source

From Source

The following instructions show how to build and install Dolos from source code.

Pre-requisites

You'll need to have the following components already available in your system.

Clone the Repository

Use git to clone Dolos source-code from our Github repository:

git clone https://github.com/txpipe/dolos.git

Installation

Use cargo to compile and install the generated binary for your user profile:

cargo install --all-features --path .

Once you completed the above steps, you should be able to call Dolos directly from the command line:

dolos --help