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

# Ecosystem

> Official applications, developer tools, infrastructure, wallets, and community resources for the Lumera Protocol.

The Lumera ecosystem brings together the official applications, developer tools, infrastructure, wallets, and community resources that power the protocol. Whether you're building decentralized applications, operating infrastructure, or participating in governance, this page serves as a central directory for the tools and resources available across the network.

## Official Applications

<CardGroup cols={3}>
  <Card title="Lumera Hub" icon="browser" href="https://hub.lumera.io">
    Official web, desktop, and mobile application for managing LUME, interacting with protocol services, and managing decentralized identity.
  </Card>

  <Card title="Portal (Mainnet)" icon="chart-line" href="https://portal.lumera.io/lumera-mainnet-1">
    Network explorer, staking dashboard, governance portal, and validator monitoring for Mainnet.
  </Card>

  <Card title="Portal (Testnet)" icon="flask" href="https://portal.testnet.lumera.io/lumera-testnet-2">
    Explorer, faucet, and operator dashboard for Testnet.
  </Card>
</CardGroup>

## Developer Tools

Official SDKs, APIs, node software, and libraries for building applications on the Lumera Protocol.

| Tool                                                                               | Description                                                                           |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| [`@lumera-protocol/sdk-js`](https://www.npmjs.com/package/@lumera-protocol/sdk-js) | TypeScript SDK for Node.js and browsers.                                              |
| [`sdk-go`](https://github.com/LumeraProtocol/sdk-go)                               | Go SDK for gRPC queries, transactions, and protocol services.                         |
| [`sdk-rs`](https://github.com/LumeraProtocol/sdk-rs)                               | Rust SDK for server-side applications.                                                |
| [`lumerad`](https://github.com/LumeraProtocol/lumera)                              | Official chain binary and CLI for developers and node operators.                      |
| [`rq-go`](https://github.com/LumeraProtocol/rq-go)                                 | Official Go implementation of RaptorQ (RFC 6330) erasure coding.                      |
| [LumeScope](https://github.com/LumeraProtocol/lumescope)                           | Read-only REST API for decoded protocol data, SuperNode metrics, and Action metadata. |

Start with the [JavaScript SDK](/sdk/javascript) or [Go SDK](/sdk/go). LumeScope endpoints are documented in the [API reference](/api/overview).

## Infrastructure

Infrastructure repositories and operational resources for running and supporting the Lumera Protocol.

| Resource                                                               | Description                                                                  |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Validator Documentation](/validators/overview)                        | Operate a validator, participate in consensus, and secure the network.       |
| [SuperNode Documentation](/supernodes/overview)                        | Provide decentralized protocol services and earn protocol-service fees.      |
| [`lumera-networks`](https://github.com/LumeraProtocol/lumera-networks) | Genesis files, chain configuration, seeds, snapshots, and network resources. |
| [`supernode`](https://github.com/LumeraProtocol/supernode)             | Open-source SuperNode implementation.                                        |
| [`lumerad`](https://github.com/LumeraProtocol/lumera)                  | Official chain binary for validators, developers, and node operators.        |

## Wallets

| Wallet   | Description                                                                             |
| -------- | --------------------------------------------------------------------------------------- |
| Keplr    | Cosmos wallet supporting native `lumera1...` addresses.                                 |
| Leap     | Cosmos wallet supported by the JavaScript SDK.                                          |
| MetaMask | Ethereum-compatible wallet supporting Lumera's [Cosmos EVM](/smart-contracts/overview). |

See the [Hub Wallet Guide](/hub/wallet) for setup instructions.

## Community & Resources

<CardGroup cols={3}>
  <Card title="Discord" icon="discord" href="https://discord.com/invite/lumeraprotocol">
    Ask questions, get support, and connect with the Lumera community.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/LumeraProtocol">
    Browse the protocol source code, SDKs, and infrastructure repositories.
  </Card>

  <Card title="X" icon="x-twitter" href="https://x.com/lumera">
    Follow protocol announcements, releases, and ecosystem updates.
  </Card>
</CardGroup>

## Building on Lumera

Whether you're building decentralized applications, operating infrastructure, or contributing to the protocol, every component of the Lumera ecosystem is designed around a common architectural foundation. Developers build against shared SDKs and protocol services, operators provide decentralized infrastructure through Validators and SuperNodes, and the community governs the protocol through staked LUME.

## Ready to Build?

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Upload your first file and build your first application on Lumera.
  </Card>

  <Card title="SDK Documentation" icon="code" href="/sdk/javascript">
    Explore the JavaScript, Go, and Rust SDKs.
  </Card>

  <Card title="Protocol Architecture" icon="sitemap" href="/architecture">
    Understand how the protocol, SuperNodes, and execution framework work together.
  </Card>
</CardGroup>
