Python Client SDK for Sui blockchain
- PyPi Version: 0.3.0 (2022-12-4)
Refer to the Changes log for recent additions, changes, fixes and removals...
pysui is documented:
- `latest Here
Requires:
- Linux or macos (x86_64 or M1)
- python 3.10 or greater
- pkg-config
- sui binaries to support
publishfunction
python3 -m venv env
If, instead, you want to work with repo latest source code then read DEVELOP from repo
source env/bin/activate
pip install pysui
See samples