Skip to content

DEX-BRIDGE is a comprehensive solution for aggregating and streaming real-time orderbook and candle chart data from decentralized exchanges (DEXs)

Notifications You must be signed in to change notification settings

wirapratamaz/DEX-BRIDGE

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

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.

Features

  • Real-time data streaming from DEXs
  • Orderbook and candle chart data retrieval
  • WebSocket server for client subscriptions
  • Supports multiple DEX integrations

Supported DEXs

  • HyperLiquid
  • Aevo

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm
  • Nest.js

Installation

Clone the repository:

git clone https://github.com/wirapratamaz/DEX-BRIDGE.git
cd DEX-BRIDGE

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

API Documentation

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

Support

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.

License

Nest is MIT licensed.

About

DEX-BRIDGE is a comprehensive solution for aggregating and streaming real-time orderbook and candle chart data from decentralized exchanges (DEXs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published