Crossmint Connect
Add wallet connect like functionality to allow users to authenticate into your app using their Crossmint account.
The @crossmint/connect package is used to interface with a user's Crossmint wallets across all chains, including:
- getting their publickey
- having them sign a message
Common use cases
While the possibilities are endless, these are some of the most common use cases:
Token Gating
Restrict access to certain perks and content to holders of your NFT.
Visualize a wallet's holdings
Allow users to come to your website, connect their Crossmint wallet, and view their NFTs
Web3 Authentication
Create an application that uses crypto wallets as its login authentication method and enable users to authenticate with their Crossmint wallet/account
Installation
To get started, check out the readme on the github page: https://github.com/Crossmint/connect
Updated 3 months ago