Magic Eden Wallet Developer Docs
  • 👋Welcome
    • Wallet Introduction
  • 📙Bitcoin
    • Diving into Bitcoin
    • Detecting the Provider
    • Connecting to the Wallet
    • Signing a Message
    • Signing a Transaction
    • Sending BTC
    • Provider API Methods
    • Provider Events
    • FAQs
  • 📗Solana
    • Diving Into Solana
    • Solana Wallet Adapter
    • Connect Directly to the ME Solana Provider
    • Signing a Message
    • Sending a Transaction
    • Provider API Methods
    • Provider Events
    • FAQs
  • 📘EVM
    • Diving into the EVM
    • Connect Directly to the ME EVM Provider
    • Signing a Message
    • Sending a Transaction
    • Library Integrations
      • Wallet Connect
      • Rainbow Kit
      • Wagmi
    • Provider API Methods
    • Provider Events
    • FAQs
  • ❓Resources
    • Demo Apps
    • Logos and Brand Assets
Powered by GitBook
On this page
  • Solana Wallet Adapter
  • Direct Integration
  1. Solana

Diving Into Solana

PreviousFAQsNextSolana Wallet Adapter

Last updated 10 months ago

Solana Wallet Adapter

The is the most common way for solana dApps to incorporate wallet connection and management. Follow the instructions on their to get started. With the Solana Wallet Adapter, the ME wallet works automatically, out of the box.

If you are interested in building a new dApp on Solana, consider checking which makes use of the Solana Wallet Adapter from the jump.

Direct Integration

You also have the option of connecting directly to the Magic Eden wallet via the provider injected into your web application. The provider is available at window.magicEden.solana

We'll explore this later in the docs.

Solana Wallet Adapter
github
create-solana-dapp
📗
Page cover image