> 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="/files/5q4yOBiIGq9WKZLuPYf5" 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="/files/tDVmb2STz6L4vQyJnNjE" 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="/files/CAS9a3ryFRb6iJ6XL2rW" alt=""><figcaption></figcaption></figure>
