A decentralized bitcoin exchange network
Go to file
Manfred Karrer 28521c11a0 update
2014-04-25 01:21:13 +02:00
design add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
libs add bitcoinj as submodule 2014-04-14 18:04:10 +02:00
screenshots add screenshots 2014-04-11 15:01:44 +02:00
src/main move img 2014-04-24 16:59:35 +02:00
.gitignore integrate bitcoinj WalletAppKit 2014-04-15 01:37:59 +02:00
.gitmodules add bitcoinj as submodule 2014-04-14 17:51:01 +02:00
LICENSE add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
pom.xml integrate bitcoinj WalletAppKit 2014-04-15 01:29:34 +02:00
README.md update 2014-04-25 01:21:13 +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), 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
  • bitcoinj/wallet integration (basic)

Next steps:

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

Screenshots of basic screens: