Page cover image

Diving Into Solana

Solana Wallet Adapter

The Solana Wallet Adapter is the most common way for solana dApps to incorporate wallet connection and management. Follow the instructions on their github 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 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.

Last updated