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