Skip to content

JimmyMow/OpenBazaar-Server

 
 

Repository files navigation

Build StatusCoverage Status

This contains most of the backend networking for openbazaar. Going forward, the relevant parts of the current OpenBazaar repo will likely be merged into this.

If you are looking to contribute to the OpenBazaar backend. This is the repo you want to work on.

Installation notes:

You will need Python and pip installed on your system.

To install all python requirements, run:

pip install -r requirements.txt

After that, run:

make

If everything has installed fine, you should get a message that everything went OK.

You can now start the server with:

python openbazaard.py start

About

Server daemon for communication between client and OpenBazaar network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Protocol Buffer 2.2%
  • Other 0.9%