# Comet SDK Docs

## Comet SDK Docs

- [Welcome to the Comet SDK!](https://comet-3.gitbook.io/comet-sdk/welcome-to-the-comet-sdk.md): The Comet SDK lets you launch and distribute NFT collections, and get insights on the people who own them.
- [Getting Started](https://comet-3.gitbook.io/comet-sdk/getting-started.md)
- [Project Guides](https://comet-3.gitbook.io/comet-sdk/project-guides.md)
- [Launch and mint your first NFT collection](https://comet-3.gitbook.io/comet-sdk/project-guides/launch-and-mint-your-first-nft-collection.md)
- [Comet SDK Reference](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference.md)
- [Comet REST API](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-rest-api.md): A suite of API endpoints that simplify the Solana NFT ecosystem.
- [Collections](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-rest-api/collections.md): Launch and monitor NFT collections and their owners.
- [Airdrops](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-rest-api/airdrops.md)
- [Gallery](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-rest-api/gallery.md): View a user's gallery without talking to an RPC node.
- [Usage](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-rest-api/usage.md): Get your API usage history.
- [Comet React SDK](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk.md): Drop-in React components that make Web3 integration easy
- [Getting started](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/getting-started.md)
- [Components](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/components.md): React components you can drop into your web app with 1 line of code.
- [Hooks](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks.md): React hooks allow for more customizable Web3 experiences with the Comet SDK.
- [useAccount](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks/useaccount.md): Get the current logged-in user's account.
- [useMint](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks/usemint.md): Start the process of minting a token.
- [useSignMessage](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks/usesignmessage.md): Sign any message with your customers' Comet wallet.
- [useSignTransaction](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks/usesigntransaction.md): Sign a Solana transaction with your customers' Comet wallet.
- [useGetSharedSecret](https://comet-3.gitbook.io/comet-sdk/reference/comet-sdk-reference/comet-react-sdk/hooks/usegetsharedsecret.md): Generate a shared secret using Elliptic Curve Diffie-Hellman key exchange with your customers' Comet wallet.
