Quickstart

Quickstart

In this guide we're going to learn how to go from zero to a running Dolos instance with the least amount of effort.

Installation

You can use Homebrew to install the latest version of Dolos in Mac (both x86 / ARM64)

brew install txpipe/tap/dolos

For more detailed information on how to install Dolos, check the installation section

Configuration

To configure Dolos, run the following command that will guide you through a set of questions to automatically configure your instance:

dolos init

For more detailed information on how to configure Dolos, check the configuration section

Bootstrap

To bootstrap Dolos (aka: sync the history of the chain), run the following command to import a Mithril snapshot:

dolos bootstrap

For more detailed information on how to bootstrap Dolos, check the bootstrap section

Running

Run the following command to start Dolos in daemon mode. This will keep runnig forever while syncing the chain from the upstream node and serving data through the APIs.

dolos daemon

For more detailed information on different ways to run Dolos, check the running section