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
  • Direct Integration
  • Wallet Adapter Frameworks
  1. EVM

Diving into the EVM

PreviousFAQsNextConnect Directly to the ME EVM Provider

Last updated 10 months ago

Web applications can interact with the Magic Eden Wallet via the injected provider at window.magiceden.ethereum. This provider conforms to the standard and is also injected at window.ethereum to support legacy integrations.

The Magic Eden wallet also supports to conform to the latest wallet standards and be as globally available as possible on all EVM dApps + wallet connection solutions.

Direct Integration

You can connect directly to the Magic Eden wallet and facilitate all interactions from there via the window.magiceden.ethereum provider. We'll get to the steps required for this later on in this section.

Wallet Adapter Frameworks

The ME wallet is also available out of the box on the EVM's most widely used wallet connection libraries, including:

EIP-6963 integration also ensures that users with the ME wallet already installed on their browser can use it in places where there might not be explicit support. Examples include:

  • and many more

EIP-1193
EIP-6963
Wallet Connect
Rainbow Kit
Wagmi
Dynamic
Privy
📘
Page cover image