mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
1.5 KiB
1.5 KiB
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.
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:
- Other trade variants (Buy BTC taker, Sell BTC offerer, Sell BTC offerer)
- Arbitrator integration
- bitcoinj integration
- messaging system
- ...