https://github.com/andreidev1/deepbookpy
Sui DeepBook Python SDK
https://github.com/andreidev1/deepbookpy
blockchain defi python sdk-python sui
Last synced: about 1 month ago
JSON representation
Sui DeepBook Python SDK
- Host: GitHub
- URL: https://github.com/andreidev1/deepbookpy
- Owner: andreidev1
- License: apache-2.0
- Created: 2023-06-11T16:34:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-23T20:08:08.000Z (5 months ago)
- Last Synced: 2025-11-27T15:13:16.085Z (3 months ago)
- Topics: blockchain, defi, python, sdk-python, sui
- Language: Python
- Homepage: https://deepbookpy.readthedocs.io/
- Size: 234 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepBook Python SDK
DeepBook Python Client SDK for Sui blockchain - built by community with [pysui](https://github.com/FrankC01/pysui/)
## Install deepbookpy
`pip install deepbookpy`
`poetry add deepbookpy`
## Python Sui DeepBook SDK Parameters
```py
from deepbookpy.utils.normalizer import normalize_sui_object_id
CLOCK = normalize_sui_object_id("0x6")
```
## Versions
[deepbookpy v1](https://github.com/andreidev1/deepbookpy/tree/clob_v1_module) - compatible with the first CLOB module version
[deepbookpy v2](https://github.com/andreidev1/deepbookpy/tree/clob_v2_module) - compatible with second CLOB module version
deepbookpy v3 (current) - compatible with latest DeepBook protocol
## Documentation
Check out latest deepbookpy [documentation](https://deepbookpy.readthedocs.io/en/latest/) release
## Official DeepBook Resources
[Official DeepBook Protocol Website](https://www.deepbook.tech/)
[Official DeepBook Protocol Documentation](https://docs.sui.io/standards/deepbook)
## DeepBook Mainnet Packages
[DeepBook Mainnet Package](https://suivision.xyz/package/0xcaf6ba059d539a97646d47f0b9ddf843e138d215e2a12ca1f4585d386f7aec3a)
[DeepBook Mainnet Registry Package](https://suivision.xyz/package/0xaf16199a2dff736e9f07a845f23c5da6df6f756eddb631aed9d24a93efc4549d)
[DeepBook Mainnet Treasury Package](https://suivision.xyz/package/0x032abf8948dda67a271bcc18e776dbbcfb0d58c8d288a700ff0d5521e57a1ffe)
## DeepBook Testnet Packages
[DeepBook Testnet Package](https://testnet.suivision.xyz/package/0x984757fc7c0e6dd5f15c2c66e881dd6e5aca98b725f3dbd83c445e057ebb790a)
[DeepBook Testnet Registry Package](https://testnet.suivision.xyz/package/0x7c256edbda983a2cd6f946655f4bf3f00a41043993781f8674a7046e8c0e11d1)
[DeepBook Testnet Treasury Package](https://testnet.suivision.xyz/package/0x69fffdae0075f8f71f4fa793549c11079266910e8905169845af1f5d00e09dcb)
## Ask A Question
Join Our Coummunity [discord](https://discord.gg/CUTen9zu5h)