2014-04-11 15:01:44 +02:00
|
|
|
# bitsquare.io
|
2014-04-11 11:33:48 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2014-04-11 15:01:44 +02:00
|
|
|
The project use Java 8 and Maven.
|
2014-04-14 18:08:21 +02:00
|
|
|
|
|
|
|
We use bitcoinj library as a submodule. To get the project with the submodule included use:
|
|
|
|
git clone --recursive git://github.com/bitsquare/bitsquare
|
2014-04-11 15:01:44 +02:00
|
|
|
|
|
|
|
### Implemented (prototype level):
|
2014-04-30 02:19:36 +02:00
|
|
|
* 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
|
2014-05-07 13:32:05 +02:00
|
|
|
* Pay in to MS fund
|
2014-04-11 11:33:48 +02:00
|
|
|
|
2014-04-11 15:01:44 +02:00
|
|
|
### Next steps:
|
2014-05-07 13:32:05 +02:00
|
|
|
* Payout from MS fund
|
2014-04-11 11:33:48 +02:00
|
|
|
* Arbitrator integration
|
2014-04-25 01:21:13 +02:00
|
|
|
* Messaging system
|
2014-05-07 13:32:05 +02:00
|
|
|
* Other trade variants (Buy BTC taker, Sell BTC offerer, Sell BTC offerer)
|
2014-04-11 11:33:48 +02:00
|
|
|
* ...
|
|
|
|
|
|
|
|
|
2014-04-11 15:01:44 +02:00
|
|
|
### Screenshots of basic screens:
|
2014-04-30 02:19:36 +02:00
|
|
|
* [Registration screen 1](https://github.com/bitsquare/bitsquare/tree/master/screenshots/reg1.png)
|
|
|
|
* [Registration screen 2](https://github.com/bitsquare/bitsquare/tree/master/screenshots/reg2.png)
|
|
|
|
* [Registration screen 3](https://github.com/bitsquare/bitsquare/tree/master/screenshots/reg3.png)
|
|
|
|
* [Orderbook screen 1](https://github.com/bitsquare/bitsquare/tree/master/screenshots/orderbook1.png)
|
|
|
|
* [Orderbook screen 2](https://github.com/bitsquare/bitsquare/tree/master/screenshots/orderbook2.png)
|
|
|
|
* [Create Offer screen 1](https://github.com/bitsquare/bitsquare/tree/master/screenshots/newOffer1.png)
|
|
|
|
* [Create Offer screen 2](https://github.com/bitsquare/bitsquare/tree/master/screenshots/newOffer2.png)
|
2014-04-11 15:03:29 +02:00
|
|
|
* [Trade screen](https://github.com/bitsquare/bitsquare/tree/master/screenshots/trade.png)
|
|
|
|
* [Bank transfer screen](https://github.com/bitsquare/bitsquare/tree/master/screenshots/bank_transfer.png)
|
|
|
|
* [Trade completed screen](https://github.com/bitsquare/bitsquare/tree/master/screenshots/completed.png)
|
2014-04-11 11:33:48 +02:00
|
|
|
|
2014-04-11 15:04:02 +02:00
|
|
|
|
2014-04-11 15:01:44 +02:00
|
|
|
### Links:
|
|
|
|
* Web: http://bitsquare.io
|
|
|
|
* Whitepaper: https://docs.google.com/document/d/1d3EiWZdaM89-P6MVhS53unXv2-pDpSFsN3W4kCGXKgY/edit?pli=1
|
|
|
|
* Overview: http://bitsquare.io/images/overview.png
|
|
|
|
* Discussion: https://bitcointalk.org/index.php?topic=462236
|