Connect Directly to the ME Solana Provider
Detecting the Provider
const getProvider = () => {
// check if the magicEden object is available
if ('magicEden' in window) {
const magicProvider = window.magicEden?.solana;
if (magicProvider?.isMagicEden) {
return magicProvider;
}
}
window.location.href = 'https://wallet.magiceden.io/'
};Connecting
More Info
Last updated