Diving into Solana

Jump into the SVM

There are two primary ways of integrating the Magic Eden Wallet browser extension into your application.

Solana Wallet Adapter

The Solana Wallet Adapter is the most common way for solana dApps to incorporate wallet connection and management. Follow the instructions at 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. We'll explore this more later in the docs.