https://github.com/notrustverify/linx-swap
https://github.com/notrustverify/linx-swap
alephium dex web3
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notrustverify/linx-swap
- Owner: notrustverify
- Created: 2025-06-17T18:29:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-25T12:50:26.000Z (12 months ago)
- Last Synced: 2025-07-21T08:55:00.271Z (11 months ago)
- Topics: alephium, dex, web3
- Language: TypeScript
- Homepage: http://swap.notrustverify.ch/
- Size: 1.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linx Swap
Frontend implementation of a decentralized exchange (DEX) aggregator for the Alephium blockchain. This interface connects to the Linx Labs API to provide optimal token swaps across multiple DEXs.
## Overview
This repository contains the frontend code for Linx Swap. The backend API and routing engine are provided by [Linx Labs](https://linxlabs.org), which:
- Aggregates liquidity across multiple DEXs
- Calculates optimal swap routes
- Splits orders for best execution
- Provides real-time price quotes
## Features
- 🔄 Swap tokens on Alephium with the best rates
- 📊 Automatic route splitting across multiple DEXs
- 💰 Real-time price quotes and balance updates
- 🔒 Direct wallet integration with Alephium
- ⚡ Fast and efficient transactions
- 🌐 Infrastructure provided by [No Trust Verify](https://notrustverify.ch)
## Supported DEXs
- Ayin
- Elexium
## Getting Started
### Prerequisites
- Node.js 18 or higher
- Yarn package manager
- An Alephium wallet
### Installation
1. Clone the repository:
```bash
git clone https://github.com/notrustverify/linx-swap.git
cd linx-swap
```
2. Install dependencies:
```bash
yarn install
```
3. Start the development server:
```bash
yarn start
```
The app will be available at `http://localhost:3000`.
### Building for Production
To create a production build:
```bash
yarn build
```
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Swap API and routing engine provided by [Linx Labs](https://linxlabs.org)
- Infrastructure by [No Trust Verify](https://notrustverify.ch)
- Built for the Alephium blockchain community