A progressive Node.js framework for building efficient and scalable server-side applications.
DEX-BRIDGE is a backend server designed to retrieve and serve real-time orderbook and candle chart data from multiple decentralized exchanges (DEXs) using WebSockets. This repository also includes a frontend client built with Next.js to display the data streamed from the backend.
- Real-time data streaming from DEXs
- Orderbook and candle chart data retrieval
- WebSocket server for client subscriptions
- Supports multiple DEX integrations
- HyperLiquid
- Aevo
- Node.js (v14 or later)
- npm
- Nest.js
Clone the repository:
git clone https://github.com/wirapratamaz/DEX-BRIDGE.git
cd DEX-BRIDGE
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
This project uses Swagger for API documentation. Swagger provides a way to document the RESTful APIs in a user-friendly, interactive manner.
Once the application is running, you can access the Swagger UI at: Localhost:3000/api-docs
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.