Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/snustorm/solana-swap-app

This is a fully functional solana swap app with frontend deployed
https://github.com/snustorm/solana-swap-app

Last synced: 2 days ago
JSON representation

This is a fully functional solana swap app with frontend deployed

Awesome Lists containing this project

README

        

# 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

```shell
git clone
cd
```

#### Install Dependencies

```shell
npm install
```

#### Start the web app

```
npm run dev
```

Build the web app

```shell
pnpm build
```