Skip to Content
DocsGetting StartedIntroduction

Introduction

NaraLabs helps you explore Soroban smart contract activity on Stellar without reading raw XDR or JSON payloads.

Prerequisites

  • A modern browser (Chrome, Firefox, Safari, Edge)
  • For local development: Node.js 20+, Docker (Atlas backend)

Local development

  1. Start Atlas (API + indexer):
cd naralabs-atlas docker compose up -d
  1. Start the web app:
cd naralabs-frontend cp .env.example .env npm install npm run dev
  1. Open http://localhost:3000  for the explorer and http://localhost:3000/docs  for documentation.

Environment variables

VariableDescription
ATLAS_API_URLAtlas server URL (server-only, default http://localhost:8080)
NEXT_PUBLIC_STELLAR_NETWORKDefault network (testnet, mainnet)
NEXT_PUBLIC_APP_URLPublic app origin

See .env.example in naralabs-frontend for the full list.

Next steps

Last updated on