diff --git a/README.md b/README.md index ec5b58f6ca..3d4c0857c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -bitsquare.io -=== +# bitsquare.io Bitsquare is a P2P Fiat-BTC Exchange, extensible to a generic P2P trading platform (include commodities and cryptocurrencies) @@ -7,14 +6,16 @@ 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. -Done: +The project use Java 8 and Maven. + +### Implemented (prototype level): * Screen for orderbook with filtering mock offers by amount, price and order type (buy, sell), other filters not impl. yet * Screen for creating an offer (needs update) * Screen for offer taking and payment process * Simple storage for some filter attributes -Next steps: +### Next steps: * Other trade variants (Buy BTC taker, Sell BTC offerer, Sell BTC offerer) * Arbitrator integration * bitcoinj integration @@ -22,14 +23,14 @@ Next steps: * ... -The project use Java 8 and Maven. - - -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 +### Screenshots of basic screens: +* [Orderbook screen](https://github.com/bitsquare/bitsquare/screenshots/orderbook.png) +* [Trade screen](https://github.com/bitsquare/bitsquare/screenshots/orderbook.png) +* [Bank transfer screen](https://github.com/bitsquare/bitsquare/screenshots/orderbook.png) +* [Trade completed screen](https://github.com/bitsquare/bitsquare/screenshots/orderbook.png) +### 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 diff --git a/screenshots/bank_transfer.png b/screenshots/bank_transfer.png new file mode 100644 index 0000000000..b8a5069dce Binary files /dev/null and b/screenshots/bank_transfer.png differ diff --git a/screenshots/completed.png b/screenshots/completed.png new file mode 100644 index 0000000000..cb876cd2c6 Binary files /dev/null and b/screenshots/completed.png differ diff --git a/screenshots/orderbook.png b/screenshots/orderbook.png new file mode 100644 index 0000000000..7ac1f6d6f3 Binary files /dev/null and b/screenshots/orderbook.png differ diff --git a/screenshots/trade.png b/screenshots/trade.png new file mode 100644 index 0000000000..01c857258f Binary files /dev/null and b/screenshots/trade.png differ