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

https://github.com/shivankk26/solswap

SOLSwap is a UI Interface similar to Jupiter which is used for Swapping SOL Tokens.
https://github.com/shivankk26/solswap

api dex git github jupiter jupiter-aggregator nextjs solana

Last synced: 3 months ago
JSON representation

SOLSwap is a UI Interface similar to Jupiter which is used for Swapping SOL Tokens.

Awesome Lists containing this project

README

        

# solswap

This project is generated with the [create-solana-dapp](https://github.com/solana-developers/create-solana-dapp) generator.

## Getting Started

### Prerequisites

- Node v18.18.0 or higher

### Installation

#### Clone the repo

```shell
git clone
cd
```

#### Install Dependencies

```shell
npm install
```

#### Start the web app

```
npm run dev
```

## Apps

### web

This is a React app.

#### Commands

Start the web app

```shell
npm run dev
```

Build the web app

```shell
npm run build
```