Giter VIP home page Giter VIP logo

openexchange's Introduction

#OpenExchange OpenExchange is an open source cryptocurrency exchange built with Python, Flask, and Redis. It was built with the goal of having an easy to set up and extend exchange software available to all.

Status

OpenExchange has all the working core functionality. Deposits, withdrawals, exchange all work, and it is trivial to add new trade pairs and currencies to the software.

Getting Started

OpenExchange depends on having the JSONRPC, daemon, and redis modules.

####Setup

  1. Ensure Redis and all the cryptocurrency daemons (bitcoind, litecoind, etc) are up and running.
  2. Note: For development I used SQLite but change the database configuration in database.py if needed.
  3. In config.py, change the 'daemon' setting on each of the currencies to point to your daemons.
  4. Run 'python depositor.py start' and 'python worker.py start' to start the deposit/withdrawal daemons.
  5. If you just want to run the dev server, run 'python app.py' in order to start the exchange (runs on port 5000). Otherwise, you will need to configure the app to run on your webserver. Nginx + Tornado is an easy combination to get up and running for a Flask app if you have not done this before.

Developer documentation


Contact the original author at [email protected]

openexchange's People

Contributors

sb- avatar talhasch avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

enkayz didindinn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.