Skip to content

Front-end Electron application for talking with the OpenBazaar-Server daemon

License

Notifications You must be signed in to change notification settings

nanomo/OpenBazaar-Client

 
 

Repository files navigation

OpenBazaar-Client

Build Status Slack Status

You must be running the OpenBazaar backend for the client to work!

Dependencies

  • NodeJS sudo apt-get install nodejs-legacy
  • Ensure that npm is added to your PATH!

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

Features In Development

API Documentation

The client uses the following REST API calls.

Websocket API calls are yet to be documented.

About

Front-end Electron application for talking with the OpenBazaar-Server daemon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.3%
  • HTML 22.4%
  • CSS 7.3%