> For the complete documentation index, see [llms.txt](https://docs-wallet.magiceden.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-wallet.magiceden.io/resources/demo-apps.md).

# Demo Apps

## Bitcoin

The [BTC demo app](https://github.com/Tcadle434/me-wallet-bitcoin-react) utilizes the Bitcoin Wallet Standard mentioned in [Detecting the Provider.](/bitcoin/detecting-the-provider.md)

Keep in mind that[ ](/bitcoin/detecting-the-provider.md)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.

<figure><img src="https://3057797283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUE3YlWFGNzodYaTOyoul%2Fuploads%2FRGAeiUxbEGpc25VZhcHt%2FScreenshot%202024-07-08%20at%206.37.34%E2%80%AFPM.png?alt=media&amp;token=1aeafd4e-57d2-4de4-8032-3e35e887306b" alt=""><figcaption></figcaption></figure>

## Solana

The [Solana demo app](https://github.com/Tcadle434/me-wallet-solana-react) shows off how you can interact with the Magic Eden Solana provider directly.

<figure><img src="https://3057797283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUE3YlWFGNzodYaTOyoul%2Fuploads%2FTDi3CzMz7aFuyS1ELRJ4%2FScreenshot%202024-07-08%20at%206.39.47%E2%80%AFPM.png?alt=media&amp;token=b15dc7a1-b8cc-47a5-a0de-3218a68c51d6" alt=""><figcaption></figcaption></figure>

## EVM

The [EVM demo app](https://github.com/Tcadle434/me-wallet-ethereum-react) shows off how you can interact with the Magic Eden EVM provider directly using [ethers.js](https://docs.ethers.org/v5/). For code examples on how to use a popular wallet connection libray, please view [Library Integrations](/evm/library-integrations.md).

<figure><img src="https://3057797283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUE3YlWFGNzodYaTOyoul%2Fuploads%2FwgvCAzVouRPdNk4Kq7Fy%2FScreenshot%202024-07-08%20at%206.42.36%E2%80%AFPM.png?alt=media&amp;token=c53e2fa9-d231-4a21-b479-1027445d9c49" alt=""><figcaption></figcaption></figure>
