@sangaman/xud
v1.0.0-prealpha.5
Published
Exchange Union Daemon
Downloads
64
Maintainers
Readme
Exchange Union
Exchange Union (XU) is a decentralized exchange layer built on the Lightning and Raiden networks to enable trustless and instant cryptocurrency swaps and order fulfillment between exchanges.
This repo contains the early stages of the Exchange Union Daemon (xud
) which encompasses the following components:
- Integration with lnd and raiden nodes.
- Order book data stored in a local mysql/mariadb database.
- Peer-to-peer networking with other XU nodes
- A gRPC API with web proxy to serve other applications, also accessible by command-line interface.
Contributions, feedback, and questions are welcome.
Instructions for Developers & Testers
Here (Manual setup).
Instructions for Exchanges & Users (WIP, untested)
Here (Using Docker).
Code Documentation
Read the TypeDoc here.