Skip to main content

πŸ‘‹ Introduction

The Solana Wallet Adapter is a free tool that helps you easily connect Solana wallets to your app. Whether you’re building a decentralized app (dApp), creating a wallet, or adding wallet features to your existing app, this tool makes it simple to connect wallets securely. It uses TypeScript for easy and fast development.

This guide is an improved version of the original Anza Wallet Adapter project and its documentation. It adds more details on how to connect wallets, API reference, wallet integration, examples, demos, and how to use it with Next.js.

πŸš€ Key Features​

  • Easy Wallet Connection: Quickly add Solana wallet support to your app, allowing users to connect and use your dApp.
  • TypeScript Support: Use TypeScript to help you write clean, fast, and error-free code.
  • Next.js Integration: Learn how to add the wallet adapter to your Next.js project with a simple guide.
  • Prebuilt Packages: Use ready-to-go components for quick integration or customize them to fit your app’s needs.

πŸ“š Key Resources​

  • API Reference: Find detailed documentation for each method, function, and parameter in the Wallet Adapter API.
  • Wallet Integration: Learn how to add different Solana wallets, like Phantom and Sollet, to your app with just a few steps.
  • Examples: Check out examples and sample code to understand how the wallet adapter works in different situations.
  • Demos: Try out live demos to see how the wallet integration works in real-time.