> 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/solana/diving-into-solana.md).

# Diving Into Solana

## Solana Wallet Adapter

The [Solana Wallet Adapter](https://github.com/anza-xyz/wallet-adapter) is the most common way for solana dApps to incorporate wallet connection and management. Follow the instructions on their [github](https://github.com/anza-xyz/wallet-adapter) to get started. With the Solana Wallet Adapter, the ME wallet works automatically, out of the box.

If you are interested in building a new dApp on Solana, consider checking [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp) which makes use of the Solana Wallet Adapter from the jump.

## Direct Integration

You also have the option of connecting directly to the Magic Eden wallet via the provider injected into your web application. The provider is available at `window.magicEden.solana`

We'll explore this later in the docs.
