fynd-core 0.55.0

Core solving logic for Fynd DEX router
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# fynd-core

Pure solving logic for the [Fynd](https://fynd.xyz) DEX router.

Contains the route-finding algorithms, market-data pipeline, and on-chain encoder that power
Fynd. No HTTP dependencies — embed directly or use
[`fynd-rpc`](https://crates.io/crates/fynd-rpc) to expose it as an HTTP service.

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

## Quick start

See the [quickstart guide](https://docs.fynd.xyz/get-started/quickstart) and the
[custom algorithm guide](https://docs.fynd.xyz/guides/custom-algorithm).
The [`examples/`](examples/) directory contains complete, runnable programs.