A decentralized bitcoin exchange network
Go to file
Christoph Atteneder 7980d1ee5d
Add 2 new columns to vote result (#3822)
* Add 2 new columns to vote result

Add threshold and quorum column.
Combine name and link column.
Add sorting function for accepted column.
Adjust column width.

* Fix sorting functions

* Improve column sorting
2019-12-27 19:05:36 +01:00
.github Close PRs that are inactive for more than 30 days 2019-12-09 12:08:22 +01:00
.idea
assets/src
common/src Bump version number to v1.2.4 2019-12-03 12:05:58 +01:00
core Add 2 new columns to vote result (#3822) 2019-12-27 19:05:36 +01:00
desktop Improve column sorting 2019-12-23 18:26:33 -05:00
docs Merge pull request #3713 from beingindot/beingindot-daosetup-change 2019-12-06 16:24:26 +01:00
gradle Merge pull request #3585 from blabno/sort-gradle-witness 2019-11-20 10:37:50 +01:00
monitor Remove @Nullable around persistableNetworkPayloadSet 2019-12-03 12:20:41 -08:00
p2p/src Merge pull request #3747 from julianknutsen/clean-up-pse-objs 2019-12-09 20:34:26 +01:00
pricenode
relay Revert to SNAPSHOT version 2019-12-05 12:23:57 +01:00
scripts
seednode Prevent seednode install script from opening dialog boxes 2019-12-21 22:01:40 +09:00
statsnode/src/main
.editorconfig Update .editorconfig to use hard tabs in Makefile 2019-12-02 17:52:28 +01:00
.gitattributes
.gitignore Use STATE_DIR := .localnet in makefile 2019-11-30 07:50:59 +01:00
.travis.yml
build.gradle Revert to SNAPSHOT version 2019-12-05 12:23:57 +01:00
CODEOWNERS
CONTRIBUTING.md Add re-review text to Contributing Doc 2019-11-26 07:39:50 -08:00
gradle.properties
gradlew
gradlew.bat
LICENSE
Makefile Add 'make undeploy' target to kill all running nodes 2019-12-03 12:04:39 +01:00
pull_request_template.md Added a Pull Request template 2019-11-27 13:46:54 +01:00
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.