======
Zero Fees. Zero Censorship.
OpenBazaar is a decentralized marketplace proof of concept. It is based off of the POC code by the darkmarket team and is now licensed under the MIT license.
- Official Site: http://openbazaar.org
- Forums:
- OpenBazaar: http://forum.openbazaar.org
- unSYSTEM: https://forum.unsystem.net/category/projects/openbazaar
- Bitcoin Talk: https://bitcointalk.org/index.php?topic=768081.0
- IRC Chat: #OpenBazaar on Freenode
- 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: 16uniUFpbhrAxAWMZ9qEkcT9Wf34ETB4Tt
- Tip4Commit: https://tip4commit.com/projects/728
- Code committed to the project is rewarded with bitcoin
- Full market editor for management of items catalog
- Order management system
- Ricardian-style contracts
- Multisignature escrow-based transactions
- Arbiter management and marketplace
- Private messaging
- Identity/Reputation system
- All features are currently in alpha stage.
- Current functionality includes:
- Starting a connection to the distributed marketplace
- Viewing content in a browser
- Transactions are not possible for the moment.
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:
./run.sh
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 at the build instructions 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
Here are some screenshots of the alpha UI so far:
- Wired
- The Guardian
- DeepDotWeb
- CoinTelegraph
- Coindesk
- Let's Talk Bitcoin: Beyond Bitcoin
- IBTimes
- CryptoCoinsNews
- DailyDot
- CoinBuzz
OpenBazaar is licensed under the MIT license. See LICENSE.md for more information.
=======