https://github.com/deco31416/ordex-exchange
OrDex is a decentralized exchange for ERC20 tokens.
https://github.com/deco31416/ordex-exchange
Last synced: 3 months ago
JSON representation
OrDex is a decentralized exchange for ERC20 tokens.
- Host: GitHub
- URL: https://github.com/deco31416/ordex-exchange
- Owner: deco31416
- Created: 2022-04-08T05:03:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T05:03:48.000Z (about 3 years ago)
- Last Synced: 2025-01-10T23:19:08.841Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

OrDex is a decentralized exchange for ERC20 tokens.
It uses [Orbit DB][orbit-db], which is backed by [IPFS][ipfs],
to manage its order book.The following animation is the OrDex desktop client performing
an exchange between to parties.
This repository contains the different parts of the OrDex project.
* [backend](./backend):
Backend server providing a set of APIs for the clients
and managing the order book.
* [contracts](./contracts): Smart contracts used to
perform the token exchanges
* [frontend](./frontend): Desktop application built on
top of [Electron][electron] and [VueJS][vuejs] providing
an easy to use interface to OrDex[orbit-db]: https://github.com/orbitdb/orbit-db
[ipfs]: https://ipfs.io/
[electron]: https://electronjs.org/
[vuejs]: https://vuejs.org/