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
  • Bitcoin
  • Solana
  • EVM
  1. Resources

Demo Apps

PreviousFAQsNextLogos and Brand Assets

Last updated 10 months ago

Bitcoin

The utilizes the Bitcoin Wallet Standard mentioned in

Keep in mind thatdirectly accessing the unique provider in the window.magicEden.bitcoin namespace will simplify a lot of the code around the provider. A separate demo is coming soon for that, but referencing the BTC provider code snippets should be easy enough to follow.

Solana

EVM

The shows off how you can interact with the Magic Eden Solana provider directly.

The shows off how you can interact with the Magic Eden EVM provider directly using . For code examples on how to use a popular wallet connection libray, please view .

❓
Solana demo app
EVM demo app
ethers.js
Library Integrations
BTC demo app
Detecting the Provider.