Skip to content

This is a fully functional solana swap app with frontend deployed

License

Notifications You must be signed in to change notification settings

snustorm/solana-swap-app

Repository files navigation

Solana Token Swap (Full Code: Frontend, backend, smart contract)

Feel free to use, deploy, and improve this project

- smart contract(devnet): 2iNSGAxQTk6Y7Bm7fXZ6eydW7j3i14exSP5SEEyvXEBh - Functions support: - Token mint - Create associated token account - Direct mint tokens - Post a token swap offer - Take a token swap offer and complete swap
Home Page

(Home Page)

Token Factor

(Token Factory)

Offer Market

(Offer Market)

Getting Started

Prerequisites

  • Node v18.18.0 or higher

  • Rust v1.77.2 or higher

  • Anchor CLI 0.30.1 or higher

  • Solana CLI 1.18.17 or higher

Installation

Clone the repo

git clone <repo-url>
cd <repo-name>

Install Dependencies

npm install

Start the web app

npm run dev

Build the web app

pnpm build

About

This is a fully functional solana swap app with frontend deployed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages