A decentralized bitcoin exchange network
Go to file
2015-03-17 09:32:35 +01:00
.idea Change formatting rule RIGHT_MARGIN 2015-02-14 22:11:02 +01:00
bootstrap Fix Bootstrapnode performance bug 2015-03-17 00:13:10 +01:00
core Add commons package, Refactored packages 2015-03-17 09:32:35 +01:00
doc update build file structure, add win ico 2015-03-04 01:44:20 +01:00
package Fix scripts 2015-03-06 23:40:42 +01:00
updatefx UpdateFX with maven build (tested only on mac) 2015-02-27 23:47:23 +01:00
.gitignore Update gitignore 2015-02-28 00:10:00 +01:00
LICENSE add basic wallet, update nav buttons, move unused img 2014-04-24 16:55:55 +02:00
pom.xml Reformat 2015-03-14 09:43:10 +01:00
README.md Update readme and build.md 2015-03-03 23:09:04 +01:00

Build Status

What is Bitsquare?

Bitsquare is a cross-platform desktop application that allows users to trade national currency (dollars, euros, etc) for bitcoin without relying on centralized exchanges such as Coinbase, Bitstamp or (the former) Mt. Gox.

By running Bitsquare on their local machines, users form a peer-to-peer network. Offers to buy and sell bitcoin are broadcast to that network, and through the process of offering and accepting these trades via the Bitsquare UI, a market is established.

There are no central points of control or failure in the Bitsquare network. There are no trusted third parties. When two parties agree to trade national currency for bitcoin, the bitcoin to be bought or sold is held in escrow using multisignature transaction capabilities native to the bitcoin protocol.

Because the national currency portion of any trade must be transferred via traditional means such as a wire transfer, Bitsquare incorporates first-class support for human arbitration to resolve any errors or disputes.

You can read about all of this and more in the whitepaper, arbitration and risk analysis documents. Several videos are available as well.

Status

Alpha and under heavy development.

Building from source

See doc/build.md.

Staying in Touch

Contact the team and keep up to date using any of the following:

License

Bitsquare is free software, licensed under version 3 of the GNU Affero General Public License.

In short, this means you are free to fork this repository and do anything with it that you please. However, if you distribute your changes, i.e. create your own build of the software and make it available for others to use, you must:

  1. Publish your changes under the same license, so as to ensure the software remains free.
  2. Use a name and logo substantially different than "Bitsquare" and the Bitsquare logo seen here. This allows for competition without confusion.

See LICENSE for complete details.