======
Zero Fees. Zero Censorship.
OpenBazaar is a decentralized peer-to-peer marketplace where goods and services are traded in Bitcoin. OpenBazaar uses a Kademlia-style distributed hash table (DHT), which is architecturally comparable to BitTorrent. Items are created and hosted on the nodes of users on the network. The project is originally based off of the proof of concept code for DarkMarket, created by Amir Taaki and Airbitz, and is now licensed under the MIT license.
- Official Site: https://openbazaar.org
- Contact us: project@openbazaar.org
- Slack: https://openbazaar.slack.com
- Email us to apply for access
- IRC Chat: #OpenBazaar on Freenode
- Forums:
- Original Presentation at Toronto Hackathon: https://www.youtube.com/watch?v=lHVqH8XO1Pk#t=86
- Slides from 'Bitcoin in the Beltway' by Brian Hoffman: http://www.slideshare.net/openbazaar/open-bazaar
You can financially support the project by either:
- A direct donation: 3MXYUBLWNETa5HTewZp1xMTt7AW9kbFNqs
- Tip4Commit: https://tip4commit.com/projects/728
- Full market editor for management of items catalog
- Order management system
- Ricardian contracts
- Multisignature escrow-based transactions
- Notary and dispute resolution marketplace
- Private messaging
- Identity/Reputation system
- OpenBazaar is currently in Beta 5.0
- New versions are scheduled for release at the end of each month
- Development Roadmap
For Linux and OSX users, run these commands:
git clone https://github.com/OpenBazaar/OpenBazaar.git
cd OpenBazaar
./configure.sh
After running the configure.sh script you should have an OpenBazaar installation ready to go, to start run:
./openbazaar start
OpenBazaar will open in a random port on your default web browser. Note that it may take several minutes for OpenBazaar to completely start.
Read more on build instructions in our wiki.
contributed by Jacob Payne contributed by Dean Masley- Ricardian Contracts by Dr Washington Sanchez
- P2P Lending on OpenBazaar by Dr Washington Sanchez
- Auctions on OpenBazaar by Dr Washington Sanchez
- Services on OpenBazaar by Dr Washington Sanchez
- The Issuance and P2P Transfer of Shares on OpenBazaar by Dr Washington Sanchez and Delain Markos
- Voting Pools in OpenBazaar by Dr Washington Sanchez
- Distributed Currency Exchange by Dr Washington Sanchez
- OpenBazaar Genesis Contract by Dr Washington Sanchez (arbiter), Brian Hoffman (buyer), and Samuel Patterson (seller)
- A pseudonymous trust system for a decentralized anonymous marketplace by Dionysis Zindros
- Dispute Resolution in OpenBazaar - Arbitration Market by Dr Washington Sanchez
- Notary Selection in OpenBazaar by Dr Washington Sanchez
- Risk and Insurance in OpenBazaar by Dr Washington Sanchez
- Subspace and OpenBazaar by Dr Washington Sanchez
- Bounded Futures Contracts: Hedging Against Price Volatility by Dr Joseph Clark and Dr Washington Sanchez
Here are some screenshots of the alpha UI so far:
OpenBazaar is licensed under the MIT license. See LICENSE.md for more information.