mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-11-27 15:00:34 -05:00
Decentralized P2P exchange built on Monero and Tor
| design | ||
| META-INF | ||
| screenshots | ||
| src/main | ||
| .gitignore | ||
| bitsquare.properties | ||
| bitsquare.xml | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
bitsquare.io
Bitsquare is a P2P Fiat-BTC Exchange, extensible to a generic P2P trading platform (include commodities and cryptocurrencies)
The project use Java 8 and Maven. We use the bitcoinj library and TomP2P for DHT and messaging.
If you want to use the RegTest mode you need to set regtest=1 in the bitcoin.config file inside the bitcoin data directory (https://en.bitcoin.it/wiki/Running_Bitcoin). Then you can generate coins on demand with the Bitcoin qt client with that command in the console: setgenerate true 101 (101 only for the first start because the coin maturity of 100 blocks). See: https://bitcoinj.github.io/testing You can change the network mode in the guice module: BitSquareModule.java
Resources:
- 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=647457
- Video of POC prototype: https://www.youtube.com/watch?v=ByfnzJzi0bo
Screenshots of basic the use cases:
- Registration screen 1
- Registration screen 2
- Orderbook screen 1
- Orderbook screen 2
- Create Offer screen
- Take offer screen
- Deposit tx screen
- Check bank tx screen
- Trade completed screen
- More screenshots