Skip to content

Commit

Permalink
Fix updated reference to sui::object and UID (MystenLabs#4267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Aug 24, 2022
1 parent c540692 commit cb10518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following list includes the recent updates to Sui and the documentation:
* Interact with the Sui network using our new [Rust SDK](../build/rust-sdk.md), a collection of Rust language [JSON-RPC wrapper and crypto utilities](https://github.com/MystenLabs/sui/tree/main/crates/sui-sdk).
* Sui now supports development using [Microsoft Windows 11, macOS, and Linux](../build/install.md#supported-oses). See [install Sui](../build/install.md#prerequisites) for the prerequisites of each operating system.
* This site is now available in two versions in the menu at top left: the default and stable [Devnet](https://docs.sui.io/devnet/learn) branch and the [Latest build](https://docs.sui.io/learn) upstream `main` branch. Use the `devnet` version for app development on top of Sui. Use the Latest build `main` branch for [contributing to the Sui blockchain](../contribute/index.md) itself. Always check and submit fixes to the `main` branch.
* `sui::id` is now `sui::object` and `Info` is now `UID`. Use the [Object module](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/object.move) that has [replaced the former ID.move](https://github.com/MystenLabs/sui/pull/3624).
* `sui::id` is now `sui::object` and `Info` is now `UID` (as of [#3624](https://github.com/MystenLabs/sui/pull/3624)). Use the [Object module](https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/sources/object.move) that has *replaced the former ID.move* (as of [#3241](https://github.com/MystenLabs/sui/pull/3241)).
* Find a list of [single-writer apps](../learn/single-writer-apps.md) that would benefit from Sui's advantages in handling [simple transactions](../learn/how-sui-works.md#simple-transactions).
* Install the [Sui Wallet Browser Extension](../explore/wallet-browser.md) to create NFTs, transfer coins, and carry out common transactions in a Chrome tab.

Expand Down

0 comments on commit cb10518

Please sign in to comment.