mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
A decentralized bitcoin exchange network
42a037e19f
Previously this static property had been managed within BaseCurrencyNetwork itself and was accessed directly by callers. Now it is managed within Config, made private and accessed only via the new and well-documented baseCurrencyNetwork() method. The same goes for baseCurrencyNetworkParameters(). It is unfortunate that we must retain these mutable static fields and accessors, but after trying to eliminate them entirely, this approach is the lesser of two evils; attempting to use a Config instance and instance methods only ends up being quite cumbersome to implement, requiring Config to be injected into many more classes than it currently is. Getting access to the BaseCurrencyNetwork is basically a special case, and treating it specially as a static field is in the end the most pragmatic approach. |
||
---|---|---|
.github | ||
.idea | ||
assets/src | ||
cli/src/main/java/bisq/cli/app | ||
common/src | ||
core | ||
daemon/src/main/java | ||
desktop | ||
docs | ||
gradle | ||
monitor | ||
p2p/src | ||
pricenode | ||
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
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.