Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snustorm/solana-swap-app
- Owner: snustorm
- License: mit
- Created: 2024-11-22T09:49:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T09:33:38.000Z (2 months ago)
- Last Synced: 2024-12-13T14:20:35.399Z (about 2 months ago)
- Language: TypeScript
- Size: 424 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
![]()
(Token Factory)
![]()
(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
```