Python Client SDK for Sui blockchain
- The team could use a cup or carafe. Sui address
0xc45e5ea887e037ddc6a482afa412773b4291c8fdc338f647fb0fcea324975d8e
pip install pysui
- Fetch the latest pysui-fastcrypto binary from the release assets, unzip and
pip
install it pip install pysui
Release-0.84.0
- Supports SUI 1.47.x JSON RPC API, SUI 1.48.x GRAPHQL
- JSON RPC API backwards compatable to Sui 1.41.x
Release-0.83.0 - Released 2025-04-27
-
Supports SUI 1.47.x JSON RPC API, SUI 1.48.x GRAPHQL
-
JSON RPC API backwards compatable to Sui 1.41.x
- Refer to pysui-grpc
- Refer to pysui-graphql
See CHANGELOG
We would appreciate using the github issue log to let us know!
See Strategies
Discord server click here:
Note: Only supported for JSON RPC clients, GraphQL not available for suibase at this time.
We leverage suibase for our testing and SuiConfig includes an option for interacting directly with local nodes created by suibase
See samples