Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swappy-so/swap-kit
⚡️ Swap Kit for Solana Dapps
https://github.com/swappy-so/swap-kit
hackathon serum solana swap
Last synced: about 1 month ago
JSON representation
⚡️ Swap Kit for Solana Dapps
- Host: GitHub
- URL: https://github.com/swappy-so/swap-kit
- Owner: swappy-so
- License: apache-2.0
- Created: 2021-10-12T23:59:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T16:09:16.000Z (about 3 years ago)
- Last Synced: 2024-04-29T03:02:06.389Z (8 months ago)
- Topics: hackathon, serum, solana, swap
- Language: TypeScript
- Homepage: https://swap-kit.swappy.so
- Size: 5.31 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡️ Swap Kit
[![License](https://img.shields.io/npm/l/@swappy-so/swap-kit)](/LICENSE)
Swap Kit is a React library that allows a Solana dApp to display a modal for Swap by Serum Swap.
It is intended to be used with [use-solana](https://github.com/saber-hq/saber-common/tree/master/packages/use-solana).
## Installation
```bash
yarn add @swappy-so/swap-kit
```## Usage
Check out the [example app](/packages/example) to understand how to use this library.
## Packages
| Package | Description | Version |
| :-------------------- | :------------- | :---------------------------------------------------------------------------------------------------------------- |
| `@swappy-so/swap` | Serum Swap SDK | [![npm](https://img.shields.io/npm/v/@swappy-so/swap.svg)](https://www.npmjs.com/package/@swappy-so/swap) |
| `@swappy-so/swap-kit` | Swap Kit | [![npm](https://img.shields.io/npm/v/@swappy-so/swap-kit.svg)](https://www.npmjs.com/package/@swappy-so/swap-kit) |