Skip to content

Web app for a combined order book from multiple European person-to-person bitcoin exchanges

Notifications You must be signed in to change notification settings

akaihola/coinoffers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinoffers

This web app provides a combined order book for multiple bitcoin exchanges.

The criteria for inclusion of exchanges are:

  • provides an order book for sell offers
  • price is locked when sell offer is matched
  • buyer pays the seller directly using a SEPA transfer
  • seller sends bitcoins after receiving the SEPA transfer

All fees are calculated in the price as well as in the minimum and maximum order amounts.

This code is running live at http://coinoffers.eu/

Installation

To run the web app on your own server, do the following:

  • clone the repository or download and extract it as a ZIP file

  • install CoffeeScript

  • install the lxml and Requests packages for Python

  • compile the CoffeeScript file:

    coffee -c static/js/coinoffers.coffee

  • in the project root directory, generate the current combined order book:

    python coinoffers.py >latest-orderbooks.json

  • serve the project root directory with your favorite web server

About

Web app for a combined order book from multiple European person-to-person bitcoin exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published