The most popular Solana wallet, now integrated with our platform. Connect your Phantom wallet to access the Solana ecosystem.
Access the Solana ecosystem with full support for SOL and SPL tokens.
View and manage your Solana NFT collection directly in the wallet.
Browse and interact with Solana dApps seamlessly through Phantom.
// Check if Phantom is installed
const provider = window.phantom?.solana;
if (provider?.isPhantom) {
// Connect to Phantom
const response = await provider.connect();
// Get public key
const publicKey = response.publicKey.toString();
}