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.
- Host: GitHub
- URL: https://github.com/shivankk26/solswap
- Owner: ShivankK26
- License: mit
- Created: 2024-04-23T18:55:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T19:29:39.000Z (about 1 year ago)
- Last Synced: 2025-01-09T06:22:17.677Z (4 months ago)
- Topics: api, dex, git, github, jupiter, jupiter-aggregator, nextjs, solana
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```