fynd 0.89.0

High-performance DeFi route-finding engine — embeddable library and CLI
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# @kayibal/fynd-client

TypeScript client for the [Fynd](https://fynd.xyz) DEX router.

For documentation, guides, and API reference visit **<https://docs.fynd.xyz/>**.

## Installation

```bash
npm install @kayibal/fynd-client
```

## Quick start

See the [quickstart guide](https://docs.fynd.xyz/get-started/quickstart) and the
[full example](examples/tutorial/main.ts).