Skip to content

0x4nud33p/Swapana

Repository files navigation

Swapana (Swap + Solana)

A modern, feature-rich decentralized exchange (DEX) built on Solana blockchain for seamless token swapping with an intuitive user interface.

Installation

  1. Clone the repository

    git clone https://github.com/0x4nud33p/Swapana.git
    cd Swapana
  2. Install dependencies

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. 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"
  4. Run the development server

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  5. Open your browser Navigate to http://localhost:3000


Built with ❤️ on Solana

About

A decentralized token swap (Swap + Solana)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published