Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.8 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.8 KB

SPEEDEX: A Scalable, Parallelizable, and Economically Efficient Decentralized EXchange

This repository contains an implementation of SPEEDEX integrated as a component of the Stellar blockchain. For a detailed description of the design, please refer to our NSDI'23 paper (https://arxiv.org/pdf/2111.02719.pdf).

The core SPEEDEX logic lies under src/speedex/. For a high-performance standalone implementation of SPEEDEX, please refer to (https://github.com/scslab/speedex).

Stellar
Creating equitable access to the global financial system

Stellar Core

Build Status

Stellar-core is a replicated state machine that maintains a local copy of a cryptographic ledger and processes transactions against it, in consensus with a set of peers. It implements the Stellar Consensus Protocol, a federated consensus protocol. It is written in C++17 and runs on Linux, OSX and Windows. Learn more by reading the overview document.

Documentation

Documentation of the code's layout and abstractions, as well as for the functionality available, can be found in ./docs.

Installation

See Installation

Contributing

See Contributing

Running tests

See running tests