Skip to content

Dependencies

Jacotsu edited this page Jun 16, 2017 · 3 revisions

To run pepenet your must first install:

  • Tor
  • stem for python3
  • kad.py for python3
  • flask for python3

Why these dependencies?

Tor

Tor allows us to anonymize our users by using it's protocol

stem

stem is simply a python module which allows us to control the Tor software from python

kad.py

kad.py is a DHT implementation in python3, it's based on kademlia.

Flask

Flask allows us to run a python webserver with minimal hassle

Clone this wiki locally