githubEdit

Quickstart

Get started with Obol Stack in under 5 minutes

This guide walks you through installing the Obol Stack, setting up an AI agent, and optionally deploying a blockchain network.

Prerequisites

  • Docker installed and running on your machine.

  • macOS or Linux operating system.

  • At least 8 GB of RAM available.

circle-info

Ensure Docker is running before proceeding. You can verify this by running docker info in your terminal.

Step 1: Install Obol Stack

Run the bootstrap installer:

bash <(curl -s https://stack.obol.org)

The installer will:

  1. Validate that Docker is running.

  2. Install the obol CLI binary and dependencies (kubectl, helm, k3d, helmfile, k9s).

  3. Configure your PATH and add obol.stack to /etc/hosts.

  4. Offer to start the cluster immediately.

bash <(curl -s https://stack.obol.org)

Files are installed to:

  • Config: ~/.config/obol/

  • Data: ~/.local/share/obol/

  • Binaries: ~/.local/bin/

Step 2: Start the stack

circle-info

The first startup may take a few minutes as Docker pulls the required images.

Step 3: Set up the AI agent

Initialize an OpenClaw agent instance:

This walks you through choosing a model provider:

  • Ollama (local, free) - if Ollama is detected on your machine

  • Anthropic or OpenAI - routed through the in-cluster llmspy gateway

Once complete, open the agent dashboard:

Each agent is automatically provisioned with an Ethereum signing wallet (via the remote-signer service). The wallet address is displayed during setup.

circle-check

Step 4: Deploy a blockchain network (optional)

Install an Ethereum node on the Hoodi testnet:

Deploy it to the cluster (replace with your deployment ID):

circle-exclamation

Check the deployment:

Step 5: Explore

Stopping and cleaning up

circle-exclamation

Next steps

Last updated

Was this helpful?