⚙️
Comet SDK Docs
  • Welcome to the Comet SDK!
  • Getting Started
  • Project Guides
    • Launch and mint your first NFT collection
  • Reference
    • Comet SDK Reference
      • Comet REST API
        • Collections
        • Airdrops
        • Gallery
        • Usage
      • Comet React SDK
        • Getting started
        • Components
        • Hooks
          • useAccount
          • useMint
          • useSignMessage
          • useSignTransaction
          • useGetSharedSecret
Powered by GitBook
On this page
  • Components
  • Hooks
  1. Reference
  2. Comet SDK Reference

Comet React SDK

Drop-in React components that make Web3 integration easy

PreviousUsageNextGetting started

Last updated 2 years ago

With Comet's React SDK, you can embed Comet's functionality – Instant Wallets, zero-transaction NFT minting with credit cards, and galleries – into your own website. It's the easiest way to get NFTs into the hands of your most loyal users.

The Comet React SDK is in early stage development; APIs are subject to change significantly. This documentation is for our latest version, v1.

Components

Comet provides pre-built components that let your users log in and mint NFTs without needing any extra logic. Use these components to get started quickly.

Hooks

For a more customized or in-depth Web3 experience, we expose React hooks that provide the same functionality as our Components, plus additional features like transaction signing.

Components
Hooks