> ## Documentation Index
> Fetch the complete documentation index at: https://docs-hosting.axiomesh.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

This document introduces the Axiomesh ecosystem and how to develop Web3 applications on AxiomLedger. It covers the introduction of Axiomesh's basic concepts, core modules, and development tools.

## Get Started

<CardGroup cols={2}>
  <Card href="introduction/introduction" title="Introduction" icon="file-lines" iconType="duotone">
    Begin your journey to the Axiomesh.
  </Card>

  <Card href="quick-start/quick_start" title="First Transaction" icon="money-simple-from-bracket" iconType="duotone">
    Start your experience step-by-step.
  </Card>

  <Card href="resources/resources" title="Resources" icon="cloud-question" iconType="duotone">
    Find all the resources here.
  </Card>

  <Card href="glossary/glossary" title="Glossary" icon="spell-check" iconType="duotone">
    A list of key terms and definitions.
  </Card>
</CardGroup>

## Learn about Axiomesh

<CardGroup cols={2}>
  <Card href="/en/documentation/core-concepts/accounts" title="Core Concepts" icon="book-open" iconType="duotone">
    Dive into the fundamental concepts.
  </Card>

  <Card href="/en/documentation/system-design/architecture" title="System Design" icon="computer-classic" iconType="duotone">
    The architecture and technics that underpin the Axiomesh platform.
  </Card>

  <Card href="/en/documentation/governance/committee" title="Governance" icon="sitemap" iconType="duotone">
    Explore the mechanisms that enable decentralized decision-making.
  </Card>

  <Card href="/en/documentation/economics/overview" title="Economics" icon="coins" iconType="duotone">
    Economic models that drive the Axiomesh network.
  </Card>
</CardGroup>

## Integrate with Axiomesh

<CardGroup cols={2}>
  <Card href="/en/api-reference/introduction/jsonrpc-Introduction" title="API" icon="cloud" iconType="duotone">
    Guide for building applications and interacting with the platform.
  </Card>

  <Card href="/en/sdks/introduction" title="SDKs" icon="toolbox" iconType="duotone">
    Multi-language software development kits.
  </Card>

  <Card href="/en/documentation/getting-started/quick-start/building_dapps" title="Build Dapps" icon="grid-2" iconType="duotone">
    Develop decentralized applications on AxiomLedger.
  </Card>
</CardGroup>

## Run a Node

<Card href="/en/documentation/nodes/about" title="Run a Node" icon="laptop" iconType="duotone">
  Learn how to run a node and join Axiomesh network.
</Card>
