A decentralized bitcoin exchange network
Go to file
2021-01-22 10:02:19 -05:00
.github
.idea
apitest Add CoreHelpService gRPC stubs and test case 2021-01-14 10:22:14 -03:00
assets/src
cli/src Fix default opt values 2021-01-14 19:05:27 -03:00
common/src Add program argument flag republishMailboxEntries 2021-01-12 12:42:50 -05:00
core Fix typo in trigger price tooltip 2021-01-20 15:22:25 +01:00
daemon/src Add new CoreHelpService and method help docs 2021-01-14 10:19:39 -03:00
desktop Fix null pointer 2021-01-22 10:02:19 -05:00
docs Update release process to match new trade statistics delivery 2020-11-13 12:29:29 +01:00
gradle Use bitcoinj 0.15.8.bisq.13 (commit dcf8af0) 2020-12-16 14:57:41 -03:00
inventory/src/main Add v2 nodes to monitor 2021-01-11 23:34:55 -05:00
monitor Add NetworkFilter, remove BanList 2021-01-01 16:51:05 -05:00
p2p/src Return early 2021-01-14 20:42:36 -05:00
pricenode Remove test cases for HitBTC pricenode data provider class 2020-11-09 09:31:07 +01:00
proto/src/main/proto Merge pull request #5072 from chimp1984/persist-and-republish-mailbox-messages 2021-01-16 20:24:13 +01:00
relay Revert to SNAPSHOT version 2020-12-31 13:58:20 +01:00
scripts Update install_java.sh 2020-12-03 22:49:50 +00:00
seednode We set a flag to clear tor cache files at re-start. 2021-01-09 20:40:58 -05:00
statsnode/src/main Remove Storage and FileManager from logback 2020-10-03 12:48:15 -05:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
build.gradle Merge branch 'master' of github.com:bisq-network/bisq into hotfix/v1.5.4 2020-12-31 14:00:12 +01:00
CODEOWNERS
CONTRIBUTING.md
gradle.properties
gradlew
gradlew.bat
LICENSE
Makefile
pull_request_template.md
README.md
settings.gradle Add inventory module 2020-10-23 01:17:32 -05:00

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.