Skip to content

A decentralised exchange on OrbitDB.

Notifications You must be signed in to change notification settings

OutlierVentures/OrbitDB-DEX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





A decentralised exchange on OrbitDB.
Authors: Raid Ateir, Michael Bolter, Ivan Chan, Miaojun Huang, Clavance Lim, Thomas Walton
Supervisor: Dominik Harz

An app in the Convergence Stack.

Requirements

  • Node.js
  • Truffle

Install

Install node modules:

cd order_book
npm install --unsafe-perm=true
cd ../dex-front
npm install --unsafe-perm=true

Boot up an Ethereum node and deploy tokens to use on the exchange:

cd smart_contracts
truffle compile
truffle migrate

Run

Start the app:

cd dex-front
npm start

See the readme in the front-end folder (dex-front) for testing and building for production.

About

A decentralised exchange on OrbitDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 1.3%
  • HTML 0.7%