An open API service indexing awesome lists of open source software.

https://github.com/crossmint/awesome-crossmint

😎 a curated list of all the awesome apps built with crossmint
https://github.com/crossmint/awesome-crossmint

List: awesome-crossmint

Last synced: 3 months ago
JSON representation

😎 a curated list of all the awesome apps built with crossmint

Awesome Lists containing this project

README

          

# Awesome Crossmint [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

A curated, external-links-only list of official Crossmint resources, SDKs, examples, and community links.

Crossmint is purpose-built for AI agents and agentic finance. Use Crossmint to create programmable wallets, move stablecoins, tokenize assets, and power agentic commerce with auditable, onchain actions.

## Contents
- [Starter Code](#starter-code)
- [Using x402](#using-x402)
- [AI Agents](#ai-agents)
- [Fintech](#fintech)
- [Payments \& Checkout](#payments--checkout)
- [Wallets](#wallets)
- [Tokenization](#tokenization)
- [Identity \& Auth](#identity--auth)
- [Other](#other)
- [SDKs](#sdks)
- [APIs and References](#apis-and-references)
- [Documentation](#documentation)
- [Changelog and Status](#changelog-and-status)
- [Community and Social](#community-and-social)
- [Brand and Legal](#brand-and-legal)
- [Contributing](#contributing)
- [License](#license)

## Starter Code
### Using x402
- [Worldstore Agent on Base App](https://github.com/Crossmint/worldstore-agent): An XMTP agent, can be interacted with on the Base app, uses x402 payment protocol to fulfill orders via Worldstore APIs
- [x402 starter code using Crossmint wallets](https://github.com/Crossmint/crossmint-a2a-402-starter): multiple examples showcasing agent-to-agent interaction using the A2P and x402 protocol

### AI Agents
- [AI Agent Toolkit Overview](https://docs.crossmint.com/solutions/ai-agents/introduction): Overview of Crossmint’s agent toolkit and capabilities.
- [GOAT SDK (GitHub)](https://github.com/goat-sdk/goat): Open-source agentic finance toolkit for AI agents.
- [GOAT Core (npm)](https://www.npmjs.com/package/@goat-sdk/core): Core TypeScript package for GOAT SDK.
- [GOAT (PyPI)](https://pypi.org/project/goat-sdk/): Python package for GOAT SDK.
- [Introducing GOAT](https://blog.crossmint.com/introducing-goat-great-onchain-agent-toolkit/): Launch announcement and design overview.
- [Build an AI Agent on Base](https://blog.crossmint.com/base-ai-agent-app/): Step-by-step guide to create an agent on Base.
- [AI agent quickstarts](https://www.crossmint.com/quickstarts): Plug-and-play templates for agentic commerce.
- [Purchase on Amazon using crypto](https://www.crossmint.com/quickstarts): Create an MCP server to buy on Amazon with crypto.
- [E‑Commerce Telegram shopping assistant](https://www.crossmint.com/quickstarts): AI shopping bot integrated with Crossmint wallets.
- [Agentic commerce Base mini app](https://www.crossmint.com/quickstarts): Conversational shopping with onchain payments.
- [Agent Launchpad Starter Kit](https://github.com/Crossmint/agent-launchpad-starter-kit): Secure Next.js starter for deploying agents with wallets.
- [Checkout Telegram Agent](https://github.com/Crossmint/crossmint-checkout-telegram-agent): Telegram agent to purchase using crypto/credit card.

### Fintech
- [Fintech Starter App](https://github.com/Crossmint/fintech-starter-app): Example app using wallets and onramp.
- [Fintech quickstarts](https://www.crossmint.com/quickstarts): Templates to add stablecoins and flows.

### Payments & Checkout
- [Embedded Checkout Quickstart](https://github.com/Crossmint/embedded-checkout-quickstart): Integrate Crossmint’s checkout in-page.
- [Checkout quickstarts](https://www.crossmint.com/quickstarts): Collection of checkout templates.
- [Headless Checkout](https://www.crossmint.com/quickstarts): Build your own UI on Crossmint REST APIs.
- [Embedded Checkout](https://www.crossmint.com/quickstarts): Drop-in checkout embedded in your site.
- [Hosted Checkout (pop-up)](https://www.crossmint.com/quickstarts): Open a Crossmint-hosted checkout flow.

### Wallets
- [Wallets Quickstart](https://github.com/Crossmint/wallets-quickstart): Create and use wallets in minutes (web).
- [Wallets Expo Quickstart](https://github.com/Crossmint/wallets-expo-quickstart): React Native Expo starter for wallets.
- [Global Wallets (template)](https://github.com/Crossmint/global-wallets): Template repo for global wallet setups.
- [Unity Example](https://github.com/Crossmint/unity-example): Demonstrates Crossmint wallets and minting in Unity.

### Tokenization
- [Minting NFTs Quickstart](https://docs.crossmint.com/minting/quickstarts/nfts): Create and airdrop NFTs via API.

### Identity & Auth
- [Authentication Quickstart](https://docs.crossmint.com/authentication/quickstart): Add Crossmint Auth to your app.
- [Login Methods](https://docs.crossmint.com/authentication/login-methods): Configure social, email, and web3 logins.
- [User Profile (server)](https://docs.crossmint.com/authentication/user-profile): Retrieve user profile data via server SDK.
- [Solana Auth](https://github.com/Crossmint/solana-auth): Sign-in with Solana with server/client auth.

### Other
- [Crossmint SDK (mono-repo)](https://github.com/Crossmint/crossmint-sdk): Client and server SDKs in one repo.
- [Crossmint GitHub Org](https://github.com/crossmint/): All public Crossmint repositories.

## SDKs
- [@crossmint/client-sdk-react-ui](https://www.npmjs.com/package/@crossmint/client-sdk-react-ui): React UI components and providers for auth and wallets.
- [@crossmint/wallets-sdk](https://www.npmjs.com/package/@crossmint/wallets-sdk): TypeScript SDK to create and manage wallets.
- [@crossmint/cli](https://www.npmjs.com/package/@crossmint/cli): Command-line interface for Crossmint operations.
- [@crossmint/server-sdk](https://www.npmjs.com/package/@crossmint/server-sdk): Server-side SDK for auth and backend APIs.

## APIs and References
- [Create Wallet](https://docs.crossmint.com/api-reference/wallets/create-wallet): API reference for creating wallets.

## Documentation
- [Docs Home](https://docs.crossmint.com/): Overview and product documentation.
- [Authentication Quickstart](https://docs.crossmint.com/authentication/quickstart): Set up Crossmint Auth.
- [Login Methods](https://docs.crossmint.com/authentication/login-methods): Select and configure login options.
- [User Profile](https://docs.crossmint.com/authentication/user-profile): Read user data server-side.
- [Wallets Quickstart (React)](https://docs.crossmint.com/wallets/quickstarts/react): Create wallets from the frontend.
- [Server-side Wallets](https://docs.crossmint.com/wallets/quickstarts/server-side-wallets): Manage wallets from your backend.
- [Create Wallet API](https://docs.crossmint.com/api-reference/wallets/create-wallet): REST endpoint details.
- [Minting NFTs Quickstart](https://docs.crossmint.com/minting/quickstarts/nfts): Mint and send NFTs.

## Changelog and Status
- [Changelog Timeline](https://docs.crossmint.com/changelog/timeline): Product and API updates.
- [Status Page](https://status.crossmint.com/): Live service status and incidents.

## Community and Social
- [X (Twitter)](https://twitter.com/crossmint): Official updates and announcements.
- [Telegram](https://t.me/crossmintdevs): Telegram Developer Hub
- [LinkedIn](https://www.linkedin.com/company/crossmint-io): Company page and hiring.

## Brand and Legal
- [Brand assets](https://brandfetch.com/crossmint.io): Logos and brand materials.
- [Terms of Service](https://www.crossmint.com/legal/terms-of-service): Legal terms for using Crossmint.

## Contributing
Contributions welcome! Please open a pull request to suggest new official links or corrections. Only external links are accepted.

## License
This list is released under CC0 1.0 Universal. To the extent possible under law, the maintainers have waived all copyright and related or neighboring rights to this work.
- [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/): Public domain dedication.