Skip to Content
DevelopersGetting StartedOverview

Getting started

This guide walks you through the local dev environment. Akkadia uses a Devcontainer for a consistent toolchain and Docker Compose to run the full stack (chain, services, and client).

Who this is for

  • Developers who want to run the stack locally
  • Contributors working on servers (WS/HTTP) or contracts (Gno)
  • People extending docs and shared types (proto/DTO)
  1. Installation — get Devcontainer + Docker ready
  2. Configuration — services, profiles, and startup flow
  3. Project structure
  4. Running Akkadia

Quick start

  1. Open the repo in VS Code and Reopen in Container.
  2. Start the app stack:
docker compose up -d
  1. Tail logs for a service you care about:
docker compose logs -f server-world
Last updated on
Docsv1.0.10