> ## Documentation Index
> Fetch the complete documentation index at: https://ixoworld-canonical.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# JAMBO PWA SDK

> Developer framework for building JAMBO PWA integrations with wallet-enabled identity, asset, and transaction workflows.

<Tip>
  The JAMBO ecosystem provides a developer framework for progressive web app (PWA) experiences on IXO. The **JAMBO PWA SDK** (`@ixo/jambo-wallet-sdk`) is the integration layer for wallet-enabled identity, asset, and transaction workflows across web and mobile environments.
</Tip>

<AccordionGroup>
  <Accordion title="JAMBO Root Repository" icon="server">
    The foundation for building JAMBO-based decentralised applications.

    <CardGroup>
      <Card title="Features" icon="list">
        * Core dApp functionality for managing entities
        * Modular structure for extending application capabilities
        * Integration with IXO blockchain features
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/jambo" icon="github">
        View the source code
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="JAMBO PWA SDK" icon="wallet">
    Provides the JAMBO PWA integration toolkit for wallet-enabled application workflows.

    <CardGroup>
      <Card title="Features" icon="list">
        * Transaction flows for sending and receiving value
        * PWA integration patterns for JAMBO mobile web experiences
        * Support for wallet-backed identity and asset management
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/jambo-wallet-sdk" icon="github">
        View the source code
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="JAMBO Cookstoves" icon="fire">
    A decentralised application for managing clean cooking projects.

    <CardGroup>
      <Card title="Features" icon="list">
        * Integration with clean cooking impact projects
        * Entity and asset management
        * Tracking and verification of clean cooking data
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/jambo-cookstoves" icon="github">
        View the source code
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="JAMBO Governance" icon="gavel">
    A governance-focused decentralised application.

    <CardGroup>
      <Card title="Features" icon="list">
        * Facilitates on-chain governance processes
        * Tools for submitting and managing proposals
        * Voting and decision-making for communities
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/jambo-gov" icon="github">
        View the source code
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="JAMBO P2PSend" icon="handshake">
    A project for facilitating peer-to-peer transactions.

    <CardGroup>
      <Card title="Features" icon="list">
        * Simplifies peer-to-peer payment flows
        * Integrates with crypto wallets for secure transactions
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/jambo/tree/prod-p2p-send" icon="github">
        Private repository branch (request access)
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="JAMBO Stake" icon="lock">
    A staking-focused project for secure asset management.

    <CardGroup>
      <Card title="Features" icon="list">
        * Supports asset staking and rewards mechanisms
        * Integrates with JAMBO PWA SDK
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/jambo-gov" icon="github">
        Private repository (request access)
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="IXO dAppStore" icon="store">
    A decentralised application store for JAMBO-based dApps.

    <CardGroup>
      <Card title="Features" icon="list">
        * Lists and hosts decentralised applications
        * Facilitates access to JAMBO ecosystem projects
      </Card>

      <Card title="GitHub" href="https://github.com/ixofoundation/ixo-dappstore" icon="github">
        Private repository (request access)
      </Card>
    </CardGroup>
  </Accordion>
</AccordionGroup>

<Tip type="info">
  The JAMBO P2PSend, Stake, and dAppStore repositories are private. [Reach out to us](https://linktr.ee/ixo_world) to be added as a contributor.
</Tip>

<CardGroup>
  <Card title="Getting Started" href="/guides/dev/introduction" icon="rocket">
    Start building with our developer guides
  </Card>

  <Card title="Examples" href="/guides/dev/examples" icon="lightbulb">
    View implementation examples
  </Card>

  <Card title="API Reference" href="/api-reference/index" icon="code">
    Explore our API documentation
  </Card>
</CardGroup>
