Skip to content

Commit

Permalink
Announce support for Windows 11, macOS, and Linux in Learn See what's…
Browse files Browse the repository at this point in the history
… new section (MystenLabs#3505)
  • Loading branch information
Clay-Mysten authored Jul 26, 2022
1 parent 71aecbb commit 627efc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/src/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ For a deep dive into Sui technology, see the [Sui Smart Contracts Platform](http

Find the latest updates to these contents in this section:

* Sui now supports development using Microsoft Windows 11, macOS, and Linux. See [install Sui](../build/install.md) for the prerequisites of each operating system.
* `sui::id` is now `sui::object` and `VersionedID` is now `Info`. 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/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).
* Sui [version 0.6.1](https://github.com/MystenLabs/sui/releases/tag/devnet-0.6.1) released to DevNet. See the [#sui-release-notes](https://discord.com/channels/916379725201563759/974444055259910174) channel in Discord for details on this and prior releases.
* Install the [Sui Wallet Browser Extension](../explore/wallet-browser.md) to create NFTs, transfer coins, and carry out common transactions in a Chrome tab.
* [Sui Move is feature complete](https://sui.io/resources-move/why-we-created-sui-move/) and ready for you to write safe and efficient smart contracts. See https://examples.sui.io/ to learn Sui Move by example.
* If your application is written in JavaScript or TypeScript, follow the [TypeScript SDK documentation](https://github.com/MystenLabs/sui/tree/main/sdk/typescript) and [reference files](https://www.npmjs.com/package/@mysten/sui.js).
* Employ the enhanced [Move Visual Studio Code (VSCode) plugin](https://marketplace.visualstudio.com/items?itemName=move.move-analyzer) as described in the [related announcement](https://sui.io/resources-sui/announcing-enhanced-move-vs-code-plugin).
* Get ready to participate in [Sui Incentivized Testnet](https://sui.io/resources-sui/announcing-sui-incentivized-testnet/)!
* The former `wallet` binary has been replaced with the [Sui CLI client](../build/cli-client.md) and combined with related functions.

For a complete view of all changes in the Sui `devnet` branch, see:
https://github.com/MystenLabs/sui/commits/devnet
Expand Down

0 comments on commit 627efc8

Please sign in to comment.