Python Client SDK for Sui blockchain
- The team could use a cup or carafe. Sui address
0xc45e5ea887e037ddc6a482afa412773b4291c8fdc338f647fb0fcea324975d8e
pip install pysui if first time or
pip install -U pysui if upgrading.
For zkLogin and SEAL features, install with the optional extra features
pip install pysui[zklogin-seal] if first time or
pip install -U pysui[zklogin-seal] if upgrading
- Fetch the latest pysui-fastcrypto wheel from the release assets, unzip and
pipinstall it pip install pysui
For zkLogin and SEAL features
- Fetch the pysui-fastcrypto wheel as noted above
- Fetch the latest pysui-crypto wheel from the release assets and
pipinstall it pip install pysui[zklogin-seal]
Release-1.1.0
Future releases are in branches named release_X.Y.Z
Release-1.1.0 - Released 2026-06-23
This release brings zkLogin and Mysten SEAL capabilities (optional install). In addition, json export and import of transaction (PTB) compatible with Mystens TS-SDK.
See CHANGELOG
We would appreciate using the github issue log to let us know!
See Strategies
Discord server invitation is Found here:
Note: Sample utilities are implemented using pysui UCI
See samples
