https://github.com/loopscalelabs/serum-swap
Forked serum swap typescript package
https://github.com/loopscalelabs/serum-swap
Last synced: 7 months ago
JSON representation
Forked serum swap typescript package
- Host: GitHub
- URL: https://github.com/loopscalelabs/serum-swap
- Owner: LoopscaleLabs
- License: apache-2.0
- Created: 2021-11-21T09:41:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T11:38:15.000Z (about 4 years ago)
- Last Synced: 2025-06-28T06:36:25.866Z (8 months ago)
- Language: TypeScript
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serum Swap
[](https://travis-ci.com/project-serum/serum-ts)
[](https://www.npmjs.com/package/@project-serum/swap)
[](https://discord.com/channels/739225212658122886)
[](https://project-serum.github.io/serum-ts/swap/classes/swap.html)
[](https://opensource.org/licenses/Apache-2.0)
Client library for swapping directly on the serum orderbook.
The Solana program can be found [here](https://github.com/project-serum/swap).
## Installation
Using npm:
```
npm install @solana/web3.js @project-serum/swap
```
Using yarn:
```
yarn add @solana/web3.js @project-serum/swap
```
## API Reference
[API Reference](https://project-serum.github.io/serum-ts/swap/classes/swap.html).