A modern, feature-rich decentralized exchange (DEX) built on Solana blockchain for seamless token swapping with an intuitive user interface.
-
Clone the repository
git clone https://github.com/0x4nud33p/Swapana.git cd Swapana
-
Install dependencies
npm install # or yarn install # or pnpm install
-
Environment Setup
cp .env.example .env.local
Configure your environment variables:
NEXT_PUBLIC_JUPITER_API_URL="https://lite-api.jup.ag/tokens/v2" NEXT_PUBLIC_JUPITER_QUOTE_API_URL="https://quote-api.jup.ag/v6"
-
Run the development server
npm run dev # or yarn dev # or pnpm dev
-
Open your browser Navigate to http://localhost:3000
Built with ❤️ on Solana