All Projects → OpenBazaar → Openbazaar Client

OpenBazaar / Openbazaar Client

Licence: mit
(DEPRECATED) Front-end Electron application for talking with the OpenBazaar-Server daemon

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openbazaar Client

Inb Go
Official Go implementation of the Insight Chain(INB)
Stars: ✭ 339 (-20.79%)
Mutual labels:  p2p
Awesome Decentralized
🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
Stars: ✭ 358 (-16.36%)
Mutual labels:  p2p
Go Spacemesh
Go Implementation of the Spacemesh protocol full node. 💾⏰💪
Stars: ✭ 389 (-9.11%)
Mutual labels:  p2p
Libdatachannel
C/C++ WebRTC Data Channels and Media Transport standalone library
Stars: ✭ 336 (-21.5%)
Mutual labels:  p2p
Go Libp2p
libp2p implementation in Go
Stars: ✭ 4,110 (+860.28%)
Mutual labels:  p2p
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+814.72%)
Mutual labels:  p2p
Aion
Aion Network - Java Implementation
Stars: ✭ 336 (-21.5%)
Mutual labels:  p2p
Swarm
swarm docs
Stars: ✭ 403 (-5.84%)
Mutual labels:  p2p
Software
DeepValueNetwork is a peer-to-peer database network managed and hosted by its community. It contains a browser to render 2D/3D content and allow the creation of scripted applications built on top of the p2p database network and managed by its creators, without intermediary platform.
Stars: ✭ 357 (-16.59%)
Mutual labels:  p2p
Antidote
No longer maintained
Stars: ✭ 388 (-9.35%)
Mutual labels:  p2p
Spotweb
Decentralized community
Stars: ✭ 341 (-20.33%)
Mutual labels:  p2p
Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+797.9%)
Mutual labels:  p2p
Constellation
Peer-to-peer encrypted message exchange
Stars: ✭ 365 (-14.72%)
Mutual labels:  p2p
Conflux Rust
The Rust implementation of Conflux protocol.
Stars: ✭ 330 (-22.9%)
Mutual labels:  p2p
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+866.82%)
Mutual labels:  p2p
Patchwork
A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).
Stars: ✭ 3,500 (+717.76%)
Mutual labels:  p2p
Kadnode
P2P DNS with content key, crypto key and PKI support. DynDNS alternative.
Stars: ✭ 359 (-16.12%)
Mutual labels:  p2p
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (-5.14%)
Mutual labels:  p2p
P
Peer-to-peer networking with browsers
Stars: ✭ 400 (-6.54%)
Mutual labels:  p2p
Ipfs
Peer-to-peer hypermedia protocol
Stars: ✭ 20,128 (+4602.8%)
Mutual labels:  p2p

Note: This project is no longer maintained. Please see version 2 at https://github.com/OpenBazaar/openbazaar-desktop


OpenBazaar-Client (v1.0) (deprecated)

Build Status Slack Status

You must be running the OpenBazaar backend for the client to work! If you are using a remote server (a server on a different computer) your connection will fail on the first install, and you will need to enter the information for the remote server as a new connection.

Dependencies

Running

  1. Clone the client repository into a directory of your choice:
  • git clone https://github.com/OpenBazaar/OpenBazaar-Client.git
  1. Navigate into the new folder created in (1)
  • cd OpenBazaar-Client
  1. Install the client
  • npm install
  1. Run the client
  • npm start

Remember you must be running the OpenBazaar-Server for the client to function properly. If you want to access the test network (testnet), run the server using the -t flag (e.g. $ python openbazaard.py start -t). If your router blocks your port after starting and stopping the server, you can set your server to a new port with the '-p' flag (-p followed by a port number).

If the server component has not generated a GUID (which happens only once, when the server is first started), then the client will not fully start up until the GUID is created.

Current (v1 Mainnet) Release Tracker can be found here: #965

API Documentation

The client uses the following REST API calls.

Websocket API calls are yet to be documented.

Translations

Translators around the world are welcomed.

You can start translating at our Transifex project:

Many thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].