/ordex

OrDex: A New Type of Decentralised Exchange for ERC-20 Tokens using IPFS

Primary LanguageJavaScript

logo

OrDex is a decentralized exchange for ERC20 tokens. It uses Orbit DB, which is backed by IPFS, to manage its order book.

The following animation is the OrDex desktop client performing an exchange between to parties.

animation

This repository contains the different parts of the OrDex project.

  • backend: Backend server providing a set of APIs for the clients and managing the order book.
  • contracts: Smart contracts used to perform the token exchanges
  • frontend: Desktop application built on top of Electron and VueJS providing an easy to use interface to OrDex