All Projects → OpenBazaar → Openbazaar Desktop

OpenBazaar / Openbazaar Desktop

Licence: mit
OpenBazaar 2.0 Desktop Client (talks to openbazaar-go server daemon)

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Openbazaar Desktop

Peer Pad
📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
Stars: ✭ 564 (-5.53%)
Mutual labels:  p2p, ipfs
meanOs
Mean Operating System - The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS proudly supports Brave and Tor, be free!
Stars: ✭ 62 (-89.61%)
Mutual labels:  ipfs, p2p
ipvpn
[WIP] Easy-to-use decentralized secure overlay private network (for any device)
Stars: ✭ 24 (-95.98%)
Mutual labels:  ipfs, p2p
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+754.44%)
Mutual labels:  p2p, ipfs
Ipfs Log
Append-only log CRDT on IPFS
Stars: ✭ 269 (-54.94%)
Mutual labels:  p2p, ipfs
viddist
[not functional] A completely decentralized alternative to e.g. YouTube
Stars: ✭ 22 (-96.31%)
Mutual labels:  ipfs, p2p
example-orbitdb-todomvc
TodoMVC with OrbitDB
Stars: ✭ 17 (-97.15%)
Mutual labels:  ipfs, p2p
Ipfs Pubsub Room
IPFS Pubsub room
Stars: ✭ 229 (-61.64%)
Mutual labels:  p2p, ipfs
Ipfs Desktop
An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
Stars: ✭ 3,710 (+521.44%)
Mutual labels:  p2p, ipfs
orbit-core
Orbit communication protocol and library
Stars: ✭ 70 (-88.27%)
Mutual labels:  ipfs, p2p
pop
Run a point-of-presence within Myel, the community powered content delivery network.
Stars: ✭ 28 (-95.31%)
Mutual labels:  ipfs, p2p
Awesome Decentralized
🕶 Awesome list of distributed, decentralized, p2p apps and tools 👍
Stars: ✭ 358 (-40.03%)
Mutual labels:  p2p, ipfs
go-multiverse
Decentralized Version Control System
Stars: ✭ 76 (-87.27%)
Mutual labels:  ipfs, p2p
field-manual
The Offical User's Guide to OrbitDB
Stars: ✭ 178 (-70.18%)
Mutual labels:  ipfs, p2p
Agregore Browser
A minimal browser for the distributed web
Stars: ✭ 229 (-61.64%)
Mutual labels:  p2p, ipfs
awesome-orbitdb
Useful resources for using OrbitDB and building projects on it
Stars: ✭ 87 (-85.43%)
Mutual labels:  ipfs, p2p
Prototype Cjdns Pi
Prototype system for mesh networks on single board computers
Stars: ✭ 205 (-65.66%)
Mutual labels:  p2p, ipfs
Orbit Web
Orbit Web Application
Stars: ✭ 215 (-63.99%)
Mutual labels:  p2p, ipfs
js-http-client
[DEPRECATED] Official Textile JS HTTP Wrapper Client
Stars: ✭ 29 (-95.14%)
Mutual labels:  ipfs, p2p
Ipdr
🐋 IPFS-backed Docker Registry
Stars: ✭ 312 (-47.74%)
Mutual labels:  p2p, ipfs

OpenBazaar Client v2

This is the reference client for the OpenBazaar network. It is an interface for your OpenBazaar node, to use it you will need to run an OpenBazaar node either locally or on a remote server.

For full installable versions of the OpenBazaar app, with the server and client bundled together, go to the OpenBazaar download page.

Build Status

Getting Started

To create a local development copy of the reference client, clone the client repository into a directory of your choice:

  • git clone https://github.com/OpenBazaar/openbazaar-desktop

Make sure you have Node.js and NPM installed. Node versions older than 8.9.2 or NPM versions older than 5.5.1 may not work.

This client uses Babel to compile ES6 JavaScript. You should be familiar with ES6 before modifying its code.

Installation

  1. Navigate to the directory you cloned the repo into.
  2. Enter npm install

Running

npm start will:

  • compile your Sass / re-compile on changes
  • run BrowserSync in watch mode so the app automatically refreshes on JS and HTML changes and dynamically injects any CSS / Sass changes**.
  • launch the Electron app

** At this time, the app will not refresh on main.js (or other root folder JS changes). This would require the entire Electron app to refresh and BrowserSync is only refreshing our browser.

Linux Troubleshooting

If you see an ENOSPC error after trying npm start and you are using Linux, you may need to do the following:

  1. Enter this on the command line: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

For Arch Linux add this line to /etc/sysctl.d/99-sysctl.conf: fs.inotify.max_user_watches=524288

  1. Execute: sysctl --system

This will prevent your system from having errors due to too many files being watched.

Linting

npm run lint will run eslint on the JS files.

npm run lint:watch will run eslint on any JS file changes.

Testing

npm run test will execute test files in the test folder.

npm run test:watch will execute the tests on any file changes.

Built With

Contributing

We welcome contributions to the reference client. The best way to get started is to look for an issue with the Help Wanted label.

You can also look for issues with the bug label. These are confirmed bugs that need to be fixed.

Contributions are expected to match the coding style already present in this repo, and must pass es-lint with no errors.

Contributions that make visual changes are also expected to match the repo's current style.

If you want to help with translations, please request to join the translation team at https://www.transifex.com/ob1/openbazaar.

You can request new languages there, and contribute to the translation of existing languages.

New languages are usually added when they reach 80% or more completion, and not removed from the client unless they fall below 60% for several releases.

License

This project is licensed under the MIT License. You can view LICENSE.MD for more details.

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].