GitHunt
OS

osagga/proxyChat

Group chat app that uses NuCypher

proxyChat

screen shot 2018-03-17 at 9 53 49 am

Decentralized, end-to-end encrypted group chatting application (winner of NuCypher sponser prize at MIT Bitcoin Hackathon)

Setup

Configure the NuCypher Mock network through: https://github.com/nucypher/mock-net

  • Make sure to install pyUmbral as shown in the link above.

Dependencies:

  • JsonPickle (here)
    • Install as follows:
      pip3 install -U jsonpickle

Server setup:

python3 node.py [IP] [PORT]

Ex:

python3 node.py 127.0.0.1 8081

Client setup:

python3 client.py [node_IP] [node_PORT]

Ex:

python3 client.py 127.0.0.1 8081

Languages

Python95.9%Jupyter Notebook3.1%Batchfile0.6%Makefile0.4%

Contributors

Created March 16, 2018
Updated January 19, 2024
osagga/proxyChat | GitHunt