Skip to content

Commit

Permalink
Add Quick links section to top of move.md (MystenLabs#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Mysten authored Jun 30, 2022
1 parent 37e1a61 commit bae3b9f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/src/build/move.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
title: Quickstart Smart Contracts with Move
title: Write Smart Contracts with Sui Move
---

Welcome to the Sui tutorial for building smart contracts with
the [Move](https://github.com/MystenLabs/awesome-move) language.
This tutorial provides a brief explanation of the Move language and
includes concrete examples to demonstrate how Move can be used in Sui.

## Quick links

* [Why Move?](../../learn/why-move.md) - Quick links to external Move resources and a comparison with Solidity
* [How Sui Move differs from Core Move](../../learn/sui-move-diffs.md) - Highlights the differences between the core Move language and the Move we use in Sui
* [Programming Objects Tutorial Series](../../build/programming-with-objects/index.md) - Tutorial series that walks through all the powerful ways to interact with objects in Sui Move.

## Move

Expand Down

0 comments on commit bae3b9f

Please sign in to comment.