Skip to content

pjam76/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
pip install -r test_requirements.txt

Depending on your configuration, you may need to install python-dev and libffi-dev. If you're on linux, you can do so using your operating system's standard package manager (ex. sudo apt-get install python-dev)

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 94.3%
  • Protocol Buffer 4.8%
  • Other 0.9%