Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Folks-Finance/folks-router
Enable the most efficient swaps on Algorand
https://github.com/Folks-Finance/folks-router
algorand astro defi dex starlight
Last synced: 2 months ago
JSON representation
Enable the most efficient swaps on Algorand
- Host: GitHub
- URL: https://github.com/Folks-Finance/folks-router
- Owner: Folks-Finance
- Created: 2023-09-27T12:58:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T08:53:27.000Z (12 months ago)
- Last Synced: 2024-04-15T07:44:14.534Z (10 months ago)
- Topics: algorand, astro, defi, dex, starlight
- Language: TypeScript
- Homepage: https://folksrouter.io
- Size: 3.63 MB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folks Router
Folks Router is a DEXs aggregator that allows users to swap tokens across multiple decentralized exchanges (DEXs) on the Algorand blockchain.
Users can get the best possible price for their swaps, as Folks Router will automatically compare prices across various DEXs.
It also supports split routing and multi-swap paths.
## What's inside?
### `apps/website`
An open source interface for Folks Router build with [Astro](https://github.com/withastro/astro), [React](https://github.com/facebook/react) and [Tailwindcss](https://github.com/tailwindlabs/tailwindcss) which includes:
- [metrics](https://folksrouter.io/metrics/): an analytics page showing stats about Folks Router usage and volumes
- [docs](https://folksrouter.io/docs/introduction/): Folks Router's documentation### `packages/folks-router-js-sdk`
The official JavaScript SDK for Folks Router DEXs aggregator.
For installation instructions, usage guidelines, and examples, please visit this [link](https://github.com/Folks-Finance/folks-router/tree/main/packages/folks-router-js-sdk) to discover more about the SDK.