For the complete documentation index, see llms.txt. This page is also available as Markdown.

Local

Prerequisites

  • Install Docker following the installation guide for Linux OS

  • Install docker compose

Run local testnet

docker-compose build
docker-compose up -d

Container Running

docker-compose ps

Logging

docker logs -f --tail 10 node1
docker logs -f --tail 10 node2
docker logs -f --tail 10 node3

Last updated