Demo Apps

Bitcoin

The BTC demo app utilizes the Bitcoin Wallet Standard mentioned in Detecting the Provider.

Keep in mind that directly 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

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

EVM

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

Last updated