# Mini Apps > Developer documentation ## Table of Contents ### Getting Started - [What are Mini Apps?](/getting-started/overview.md) - [Quick Start](/getting-started/quick-start.md): Quick Start to scaffold your first MiniPay Mini App using the Celo agent skills. - [Test your Mini App inside MiniPay](/getting-started/test-in-minipay.md) - [Frequently Asked Questions (FAQ)](/faq.md) #### Manual setup - [Project setup](/getting-started/project-setup.md) - [Setting up a React App with MiniPay](/getting-started/setup-react.md) ### Guides - [Wallet Connection](/getting-started/wallet-connection.md): How to connect wallets and use the injected provider in Mini Apps — auto-connect, connection state, and error handling. - [UI & container integration](/getting-started/ui-and-container.md) - [Interacting with Smart Contracts](/getting-started/smart-contracts.md) - [Best Practices](/getting-started/best-practices.md) - [Deployment](/getting-started/deployment.md) - [Submit your MiniApp](/getting-started/submit-your-miniapp.md) - [Building for MiniPay](/getting-started/why-minipay.md) - [Availability](/getting-started/availability.md) - [Design Standards](/design-standards.md) ### Reference - [Technical Reference](/technical-references.md): API reference for the MiniPay wallet from Mini Apps—provider, signing, transactions, and tokens. - [Deeplinks (available soon)](/technical-references/deeplinks.md) #### Wallet operations - [Retrieve Balance](/technical-references/retrieve-balance.md) - [Send a Transaction](/technical-references/send-transaction.md): How to send token transactions (e.g. USDC, USDm) using Wagmi on Celo. - [Gas Estimation](/technical-references/gas-estimation.md) - [Phone number lookup](/technical-references/phone-number-lookup.md) #### Custom methods - [Custom Methods](/technical-references/custom-methods/custom-methods.md) - [getExchangeRate](/technical-references/custom-methods/get-exchange-rate.md) - [scanQrCode](/technical-references/custom-methods/scan-qr-code.md) - [requestContact](/technical-references/custom-methods/request-contact.md) ### Other - [Chain Switching](/technical-references/chain-switching.md) - [Examples](/getting-started/examples.md) - [Getting started](/getting-started.md): Get started building Mini Apps for MiniPay with instant wallet access and Celo support. - [Transaction Status](/technical-references/transaction-status.md)