WaykiChain Wallet Utility Library for raw transaction generation and signing and BaaS Posting etc operations
Written in Python
pip3 install wicc_wallet_utils==1.0.1
https://pypi.org/project/wicc_wallet_utils/1.0.1/
https://packaging.python.org/tutorials/packaging-projects/
- generate/update dist files
python3 setup.py sdist bdist_wheel
- upload dist to pypi repo
python3 -m twine upload dist/*