2014-05-07 18:09:08 +02:00
2014-04-28 00:14:10 +02:00
2014-04-14 18:04:10 +02:00
2014-05-07 18:09:08 +02:00
2014-04-15 01:37:59 +02:00
2014-04-14 17:51:01 +02:00
2014-05-07 18:09:08 +02:00
2014-05-07 18:09:08 +02:00

bitsquare.io

Bitsquare is a P2P Fiat-BTC Exchange, extensible to a generic P2P trading platform (include commodities and cryptocurrencies)

This is just a first very basic GUI prototype with mock data. There is only the trade process for Sell BTC and the role of the offer taker modelled yet.

The project use Java 8 and Maven.

We use bitcoinj library as a submodule. To get the project with the submodule included use: git clone --recursive git://github.com/bitsquare/bitsquare

Implemented (prototype level):

  • Screen for orderbook with filtering mock offers by amount, price and order type (buy, sell)
  • Screen for creating an offer
  • Screen for offer taking and payment process (needs update)
  • Simple persistence
  • bitcoinj integration
  • Setup with account registration and tx with OP_RETURN + embedded and blinded bank account data
  • Offer fee payment with a OP_RETURN tx and fees to miners
  • Pay in to MS fund
  • Payout from MS fund

Next steps:

  • Arbitrator integration
  • Messaging system
  • Other trade variants (Buy BTC taker, Sell BTC offerer, Sell BTC offerer)
  • ...

Screenshots of basic screens:

Description
Decentralized P2P exchange built on Monero and Tor
Readme AGPL-3.0 366 MiB
Languages
Java 98%
Shell 0.9%
CSS 0.9%
Makefile 0.2%