A decentralized bitcoin exchange network
Go to file
2021-10-21 12:05:22 +02:00
.github
.idea
apitest Rename availableConfirmedBalance to availableBalance 2021-10-20 13:25:29 +02:00
assets/src
cli/src
common/src Change log level 2021-10-20 22:51:44 +02:00
core Add abstract classes and interfaces. Let ProcessModel and TradingPeer extend those. 2021-10-21 12:05:22 +02:00
daemon/src Move Trade to bisq.core.trade.model.bisq_v1 package 2021-10-20 11:58:04 +02:00
desktop Merge branch 'chimp-bsq-swap' into bsq-swap-low-risk-refactorings 2021-10-21 11:48:00 +02:00
docs
gradle
inventory/src/main
monitor Cleanups 2021-10-21 10:12:57 +02:00
p2p/src Add filterPredicate 2021-10-21 10:13:19 +02:00
pricenode
proto/src/main/proto Add scriptTypeId to RawTransactionInput 2021-10-20 13:36:41 +02:00
relay
scripts
seednode
statsnode/src/main
.editorconfig
.gitattributes
.gitignore
.travis.yml
build.gradle
CODEOWNERS
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
Makefile
pull_request_template.md
README.md
settings.gradle

Bisq

Build Status

What is Bisq?

Bisq is a safe, private and decentralized way to exchange bitcoin for national currencies and other digital assets. Bisq uses peer-to-peer networking and multi-signature escrow to facilitate trading without a third party. Bisq is non-custodial and incorporates a human arbitration system to resolve disputes.

To learn more, see the doc and video at https://bisq.network/intro.

Get started using Bisq

Follow the step-by-step instructions at https://bisq.network/get-started.

Contribute to Bisq

See CONTRIBUTING.md and the developer docs.