A decentralized bitcoin exchange network
Go to file
Christoph Atteneder e50cd42478
Merge pull request #5849 from chimp1984/add-limit-to-tradestats
Add checks for trade statistics
2021-11-21 17:39:30 +01:00
.github GitHub build: Cache gradle dependencies 2021-11-03 14:23:08 +01:00
.idea
apitest Fix conflicts from previous master/merge 2021-11-09 09:48:33 -03:00
assets/src Changes required for GRIN re-listing 2021-11-10 14:23:04 -06:00
cli/src Remove white space 2021-11-07 14:19:38 -03:00
common/src Merge pull request #5817 from chimp1984/fix-incorrect-app-initialisation 2021-11-10 19:22:03 +01:00
core Add check for trade statistic for max amount and if currency exists in CurrencyUtil 2021-11-20 23:04:25 +01:00
daemon/src Remove fields/methods/logic for creating redundant bsq-swap accounts 2021-11-07 10:36:40 -03:00
desktop Merge pull request #5834 from jmacxx/dispute_ui_add_penalty 2021-11-18 17:57:54 +01:00
docs
gradle Fix guava dependency issue 2021-11-21 17:06:10 +01:00
inventory/src/main Move Utilities.objectToJson to JsonUtil.objectToJson 2021-11-02 16:18:50 +01:00
monitor Move OfferPayload into package bisq.core.offer.bisq_v1 2021-11-02 15:35:51 +01:00
p2p/src Clean up log 2021-11-09 20:00:34 +01:00
pricenode Upgrade to Gradle 7.3 2021-11-13 12:09:22 +01:00
proto/src/main/proto Merge pull request #5834 from jmacxx/dispute_ui_add_penalty 2021-11-18 17:57:54 +01:00
relay
scripts
seednode Merge pull request #5819 from chimp1984/fix-reorg-handling 2021-11-12 10:50:06 +01:00
statsnode/src/main
.editorconfig
.gitattributes Add git lfs support for BsqBlocks in resources 2021-11-09 17:22:35 +01:00
.gitignore
.travis.yml
build.gradle Fix guava dependency issue 2021-11-21 17:06:10 +01:00
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.