OBIP: XX Title: 3rd Party Search Standardized Contract Type Filter Author: Tyler Smith Discussions-To: Github Issues or #3rd-party-search on Slack Status: Draft Type: Standards Track Created: 05/12/2018 Copyright: MIT
OpenBazaarNode | |
- singleton | |
- core network daemon | |
- Interacts with the IPFS network. Sends and receives messages and resolves IPFS and IPNS data | |
- wallet | |
- Interacts with the cryptocurrency in use, e.g. SPV Bitcoin wallet, RPC Bitcoin wallet, RPC, ZCash wallet |
OBIP: XX Title: 3rd Party Search API Inventory Data Author: Tyler Smith Discussions-To: Github Issues or #3rd-party-search on Slack Status: Draft Type: Standards Track Created: 05/12/2018 Copyright: MIT
OBIP: XX Title: 3rd Party Search Crypto-listings Enhancemnts Author: Tyler Smith Discussions-To: Github Issues or #3rd-party-search on Slack Status: Draft Type: Standards Track Created: 05/12/2018 Copyright: MIT
~/dev/go/src/github.com/OpenBazaar/openbazaar-go> go run openbazaard.go start --bitcoincash | |
________ __________ | |
\_____ \ ______ ____ ____\______ \_____ _____________ _____ _______ | |
/ | \\____ \_/ __ \ / \| | _/\__ \ \___ /\__ \ \__ \\_ __ \ | |
/ | \ |_> > ___/| | \ | \ / __ \_/ / / __ \_/ __ \| | \/ | |
\_______ / __/ \___ >___| /______ /(____ /_____ \(____ (____ /__| | |
\/|__| \/ \/ \/ \/ \/ \/ \/ | |
OpenBazaar Server v0.11.1 | |
[Press Ctrl+C to exit] |
OBIP: X Title: 3rd Party Peer Endorsements Author: Tyler Smith Discussions-To: Github Issues Status: Draft Type: Standards Track Created: 02/28/2018 Copyright: MIT Replaces: 8
While the OpenBazaar protocol is completely open and extendable, part of the role of the OpenBazaar team is facilitating a good user experice. To that end, certain guidelines must be enforced upon third parties that provide content to OpenBazaar users and their integrations within the main reference implementation.
The OpenBazaar developers always have the final say on which providers have built-in implementations in the reference client. This policy intends to outline what is required of a Content Provider to meet the standards of a default integration.
Violations of the following requirements will result in action from the OpenBazaar team. The OpenBazaar team shall work with a Provider to fix any violations and work with them on a timetable for doing so.
OpenBazaar trade is completely peer-to-peer, but there are some pieces of infrastructure the network uses to acheive its goals.
Like other P2P networks, OpenBazaar nodes need a way to find other peers on the network. It's possible for any node to service this purpose but because they must known before you can connect to the network we have a default set of seeds that are currently operated by OB1 and DuoSearch. These nodes simply keep a large pool of known peers and relays them to any requesters.
AWS instructions under development. Use at your own risk. Try DigitalOcean instead of you can.
Set up on AWS EC2. Follow the ubuntu.md instructions after creating your instance.
-
Create new EC2 instance with the Ubuntu Server 16.04 LTS (HVM), SSD Volume Type AMI.
-
Choose size. At least t2.micro
-
Click Review&Launch, then Launch