Skip to content

Commit

Permalink
Announce TypeScript in Learn See what's new section (MystenLabs#3016)
Browse files Browse the repository at this point in the history
And clean up other link text
  • Loading branch information
Clay-Mysten authored Jul 6, 2022
1 parent c5244b5 commit d6231ab
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/src/learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ For a deep dive into Sui technology, see the [Sui Smart Contracts Platform](http

Find the latest updates to these contents in this section:

* 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.
* [JSON-RPC PubSub](../build/pubsub.md) is supported by Sui [fullnode](../build/fullnode.md) to publish / subscribe using notifications via websocket.
* [Docker Compose](../build/fullnode.md#using-docker-compose) enables simple creation of Sui Fullnodes using [Docker](https://github.com/MystenLabs/sui/tree/main/docker/fullnode#readme).
* [Run a fullnode](../build/fullnode.md) in Sui to have your own local copy of full blockchain state, contribute to Sui, and qualify to be a potential validator.
* [Programming with objects](../build/programming-with-objects/index.md) tutorial series offers detailed guidance on manipulating Sui objects, from creation and storage through wrapping and using child objects.
* Sui [version 0.5.0](https://github.com/MystenLabs/sui/releases/tag/devnet-0.5.0-rc) released to DevNet. See [RELEASES](https://github.com/MystenLabs/sui/blob/main/RELEASES.md) for details on other releases.
* [Sui tokenomics](../learn/tokenomics/index.md) are now fully explained.

For a complete view of all changes in the Sui `devnet` branch, see:
https://github.com/MystenLabs/sui/commits/devnet
Expand All @@ -36,16 +35,16 @@ See the Sui `doc/src` [history](https://github.com/MystenLabs/sui/commits/main/d

## Kickstart development

### Move quick start
### Write Smart Contracts with Move
Go to the [Move Quick Start](../build/move.md) for installation, defining custom objects, object operations (create/destroy/update/transfer/freeze), publishing, and invoking your published code.

### Sui CLI client quick start
### Start the Sui network with Sui CLI client
See the [Sui CLI client Quick Start](../build/cli-client.md) for installation, querying the chain, client setup, sending transfer transactions, and viewing the effects.

### End-to-end tutorial
### Take end-to-end tutorial
Proceed to the [Sui Tutorial](../explore/tutorials.md) for a summary view of setting up your environment, starting a Sui network, gathering accounts and gas, and publishing and playing a game in Sui.

### Programming with Objects series
### Program with Objects
Finish with the detailed [Programming with objects](../build/programming-with-objects/index.md) tutorial series offering detailed guidance on manipulating Sui objects, from creation and storage through wrapping and using child objects.

## Navigate this site
Expand Down

0 comments on commit d6231ab

Please sign in to comment.