Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a
- [GitHub](https://github.com/MystenLabs/sui/tree/main/sdk/typescript) - [Documentation](https://sdk.mystenlabs.com/typescript) - [Further Information](details/sdk_sui_typescript.md)
- Sui Kit(Scallop) - Toolkit for interacting with the Sui network in TypeScript.
- [GitHub](https://github.com/scallop-io/sui-kit) - [Further Information](details/sdk_sui_kit_scallop.md)
- Sui Rust SDK (Mysten Labs) - Rust SDK to interact with Sui blockchain.
- Sui Rust SDK (Mysten Labs) - Rust SDK to interact with Sui blockchain via the Json RPC (to be deprecated).
- [GitHub](https://github.com/MystenLabs/sui/tree/main/crates/sui-sdk) - [Documentation](https://mystenlabs.github.io/sui/sui_sdk/index.html) - [Further Information](details/sdk_sui_rust.md)
- Sui Rust SDK (Mysten Labs) - Rust SDK to interact with Sui blockchain via the GraphQL RPC.
- [GitHub](https://github.com/MystenLabs/sui-rust-sdk) - [Guide](https://medium.com/the-sui-stack/a-guide-to-rust-on-sui-3095b6a0b11c)
- Pysui - Python SDK to interact with Sui blockchain.
- [GitHub](https://github.com/FrankC01/pysui?tab=readme-ov-file) - [Documentation](https://pysui.readthedocs.io/en/latest/index.html) - [Pypi](https://pypi.org/project/pysui/) - [Discord](https://discord.gg/uCGYfY4Ph4) - [Further Information](details/sdk_pysui.md)
- Sui Go SDK (SuiVision) - Golang SDK to interact with Sui blockchain.
Expand Down Expand Up @@ -115,6 +117,9 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a
- Sui Wallet Standard (Mysten Labs) - A suite of standard utilities for implementing wallets and libraries based on the [Wallet Standard](https://github.com/wallet-standard/wallet-standard/).
- [GitHub](https://github.com/MystenLabs/sui/tree/main/sdk/wallet-standard) - [Documentation](https://docs.sui.io/standards/wallet-standard)
- [CoinMeta (Polymedia)](https://github.com/juzybits/polymedia-coinmeta) - Library for fetching coin metadata for Sui coins.
- [Move Binding (Mysten Labs)](https://github.com/MystenLabs/move-binding) - Generates corresponding Rust structs and function entry points from on-chain Move packages.
- [Sui Rust Utils (Thouny)](https://github.com/thounyy/sui-rust-utils) - Utilities and abstractions complementing the new Rust SDK.
- [MoveRox (Angelo)](https://github.com/0xangelo/moverox) - Decodes Move types into oxidized, bcs-compatible Rust types.
- [Dubhe Client BCS Decoding (Dubhe Engine)](https://github.com/0xobelisk/dubhe-docs/blob/main/pages/dubhe/sui/client.mdx#bcs-data-decoding) - Library for supports automatic parsing of BCS types based on contract metadata information and automatic conversion formatting.

## dApp Development
Expand Down Expand Up @@ -186,7 +191,7 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a
- [Dubhe CLI (Dubhe Engine)](https://github.com/0xobelisk/dubhe/tree/main/packages/sui-cli) - For building, and managing Dapps built on Dubhe Engine in Sui.
- [Documentation](https://dubhe.obelisk.build/dubhe/sui/cli)
- [Sui Token CLI RPC](https://github.com/otter-sec/sui-token-gen-rpc) - A Rust-based RPC service for generating and verifying Sui token smart contracts effortlessly.
- [Sui Token CLI Tool](https://github.com/otter-sec/sui-token-gen) - A Rust-based Command-Line Interface (CLI) tool designed to simplify the process of generating and verifying Sui token smart contracts
- [Sui Token CLI Tool](https://github.com/otter-sec/sui-token-gen) - A Rust-based Command-Line Interface (CLI) tool designed to simplify the process of generating and verifying Sui token smart contracts.

## Indexers & Data Services

Expand Down