FORGE Header

Features

Wallet Integration

Connect and manage your Solana wallets with ease

Overview

Forge integrates seamlessly with Solana's wallet adapter ecosystem, supporting multiple wallet providers out of the box. Connect your wallet to access all features including token management, NFT operations, and DeFi interactions.

Supported Wallets

Phantom

Popular browser extension and mobile wallet

phantom.app →

Solflare

Secure wallet with staking support

solflare.com →

Backpack

Modern wallet with xNFT support

backpack.app →

Ledger

Hardware wallet for maximum security

ledger.com →

Plus many more including Torus, Glow, Slope, and others via the Solana Wallet Adapter.

Connecting Your Wallet

1

Install Wallet Extension

Download and install your preferred wallet browser extension or mobile app.

2

Create or Import Wallet

Set up a new wallet or import an existing one using your seed phrase.

3

Connect in Forge

Click "Connect Wallet" button in Forge and select your wallet from the list.

4

Approve Connection

Approve the connection request in your wallet to grant Forge access.

Wallet Features

Balance Tracking

View your SOL balance and all SPL token balances in real-time. Forge automatically fetches and displays your complete portfolio.

Transaction History

Access your complete transaction history with detailed information including timestamps, amounts, and transaction signatures.

Multi-Account Support

Switch between multiple wallets seamlessly. Forge remembers your preferences and connection state.

Secure Signing

All transactions are signed securely within your wallet. Forge never has access to your private keys.

Security Best Practices

Important Security Tips

  • • Never share your seed phrase or private keys with anyone
  • • Always verify transaction details before signing
  • • Use hardware wallets for large amounts
  • • Keep your wallet software up to date
  • • Be cautious of phishing attempts
  • • Disconnect wallet when not in use

How Forge Protects You

  • ✓ No private keys are ever stored or transmitted
  • ✓ All transaction signing happens in your wallet
  • ✓ Open-source code for transparency
  • ✓ Industry-standard wallet adapter integration
  • ✓ Clear transaction previews before signing

Troubleshooting

Wallet Not Detected

If your wallet isn't showing up:

  • Ensure the wallet extension is installed and enabled
  • Refresh the page
  • Try a different browser
  • Check if the wallet is locked

Connection Issues

If you can't connect:

  • Disconnect and reconnect your wallet
  • Clear browser cache and cookies
  • Check wallet permissions in browser settings
  • Try connecting with a different wallet

Transaction Failures

If transactions fail:

  • Ensure you have sufficient SOL for gas fees
  • Check network status (mainnet/devnet)
  • Wait for network congestion to clear
  • Verify the transaction details are correct

Advanced Configuration

Developers can customize wallet behavior by modifying the wallet configuration in the project:

// Customize wallet options const wallets = [ new PhantomWalletAdapter(), new SolflareWalletAdapter(), new BackpackWalletAdapter(), ];