Repository files navigation BlockChain ChatApp (SUT BlockChat)
install python 3
Download
install pip
uninstall pyCrpto (if exist)
/Library/Frameworks/Python.framework/Versions/3.8/bin/pip3 uninstall pycrypto
or
pip3 uninstall pycrypto
Install pycryptodome
/Library/Frameworks/Python.framework/Versions/3.8/bin/pip3 install pycryptodome
Install python 3
Download
Make sure you use python v. >3.0 by python --version
Upgrade pip python -m pip install --upgrade pip
uninstall pycrypto if exist pip uninstall pycrypto
Install module pycryptodome pip install pycryptodome
Install module colorama pip install colorama
START SERVER command
python ChatApp.py <port>
python ChatApp.py 8081
START CLIENT with ip
python ChatApp.py <ip> <port>
Ex.
python ChatApp.py localhost 8081
You can run with
python <YOUR_PATH_To_PROJECT>/ChatApp.py <ip> <port>
Ex.
python Documents/GitHub/BlockChainChatApp/ChatApp.py 8081
About
Chat App using BlockChain concept (Made with Python3)
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.