8shaws / xChange

Next level Exchange App
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

xChange

xChange is a Rust-based workspace for building a centralized cryptocurrency exchange (CEX). Overview xChange aims to provide a robust, scalable, and secure foundation for creating a centralized cryptocurrency exchange. This project leverages Rust's performance and safety features to ensure a reliable trading platform. Features

Project Structure

The workspace is organized into multiple crates, each responsible for a specific aspect of the exchange:

Getting Started

Prerequisites

Rust (latest stable version) PostgreSQL (for data storage) Redis (for caching and pub/sub)

Installation