# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-wallet.magiceden.io/resources/demo-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
