mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
add bitcoinj as submodule
This commit is contained in:
parent
abf0cacf4f
commit
227985fdc7
1 changed files with 3 additions and 2 deletions
|
@ -7,8 +7,9 @@ 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.
|
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.
|
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
|
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):
|
### 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 orderbook with filtering mock offers by amount, price and order type (buy, sell), other filters not impl. yet
|
||||||
|
|
Loading…
Add table
Reference in a new issue