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

# Quick Links

> Tools and resources for developing on Quai Network.

## Mainnet Infrastructure

|                                                        |                                                   |
| ------------------------------------------------------ | ------------------------------------------------- |
| [Quaiscan Explorer](https://quaiscan.io/)              | The public explorer for Quai Network mainnet.     |
| [Quaiscan Documentation](https://docs.quaiscan.io/)    | Documentation for Quaiscan usage, APIs, and more. |
| [Network Statistics Page](https://stats.quai.network/) | Mainnet statistics dashboard.                     |

## Testnet Infrastructure

|                                                     |                                                                     |
| --------------------------------------------------- | ------------------------------------------------------------------- |
| [Quaiscan Explorer](https://orchard.quaiscan.io/)   | The public explorer for Orchard Testnet.                            |
| [Quaiscan Documentation](https://docs.quaiscan.io/) | Documentation for Quaiscan usage, APIs, and more.                   |
| [Faucet](https://orchard.faucet.quai.network/)      | The central source for testnet Quai token drips on Orchard Testnet. |

## Tooling

|                                                                                              |                                                                          |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [API Playground](/build/playground/overview)                                                 | Playground for interacting with the go-quai JSON-RPC API.                |
| [Local Network Runner](/guides/client/local-node)                                            | A containerized Quai Network instance built for local development.       |
| [Quais SDK](/sdk/introduction.mdx)                                                           | A JavaScript/TypeScript library built for interacting with Quai Network. |
| [Quais SDK npm package](https://www.npmjs.com/package/quais)                                 | The Quais SDK npm package.                                               |
| [Quais + Hardhat](https://github.com/dominant-strategies/hardhat-example/tree/main/Solidity) | Example usage of the Quais SDK with Hardhat.                             |

## Wallets

|                                                                                                                           |                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [Pelagus Website](https://pelaguswallet.io/)                                                                              | The primary wallet for interacting with Quai Network.                            |
| [Pelagus Extension](https://chromewebstore.google.com/detail/pelagus/nhccebmfjcbhghphpclcfdkkekheegop)                    | The most current Pelagus Wallet extension download.                              |
| [Pelagus Extension (Iron Age Version)](https://chromewebstore.google.com/detail/pelagus/gaegollnpijhedifeeeepdoffkgfcmbc) | Older version of Pelagus Wallet that supports the older Iron Age Address format. |
| [Pelagus Docs](https://pelaguswallet.io/docs/)                                                                            | Pelagus Wallet documentation.                                                    |
| [Example Pelagus App](https://github.com/PelagusWallet/pelagus-e2e-dapp)                                                  | Example application using Pelagus Wallet.                                        |

## Smart Contracts

|                                                                                      |                                                                                                 |
| ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------- |
| [Supported Languages](/build/smart-contracts/languages/)                             | Supported smart contract languages on Quai Network.                                             |
| [Deployment Tutorials](/guides/development/)                                         | Tutorials on how to deploy smart contracts on Quai Network.                                     |
| [Deployment Examples](https://github.com/dominant-strategies/hardhat-example)        | Example repository for deploying smart contracts on Quai Network.                               |
| [quai-hardhat-plugin npm package](https://www.npmjs.com/package/quai-hardhat-plugin) | A plugin built for Hardhat that provides support for deploying smart contracts on Quai Network. |

## Open Source Applications

|                                                                                       |                                                                |
| ------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [quai-next-dapp](https://github.com/dominant-strategies/quai-next-dapp)               | Boilerplate application built using Pelagus and Quaiscan APIs. |
| [quai-no-code-deployer](https://github.com/dominant-strategies/quai-no-code-deployer) | No-code smart contract deployment tool for Quai Network.       |
| [pelagus-e2e-dapp](https://github.com/PelagusWallet/pelagus-e2e-dapp)                 | Example application using Pelagus Wallet.                      |
