Implement Merkle tree in Python
Usage Remember to install pysha3 But before install, remember to uninstall sha3 and pysha3 because sha3 will be import when call import sha3 instead of pysha3
Usage of 'pip install'
- Download get-pip.py
- Open CMD and execute 'python get-pip.py'(or 'py get-pip.py' depend on your computer) at the path of the file 'get-pip.py'
- Install pip. If it successed, you can use 'python -m pip install' to install extra module for Python
Command: py -m pip uninstall pysha3 py -m pip uninstall sha3
Then Command: py -m pip install pysha3