Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 974 Bytes

File metadata and controls

33 lines (19 loc) · 974 Bytes

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