Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update examples.md #882

Merged
merged 3 commits into from
Mar 17, 2022
Merged
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
7 changes: 3 additions & 4 deletions doc/src/explore/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Find sample Sui smart contract implementations in the [sui_programmability/examp

## Basics

Use the [Basics](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/basics) example to explore object creation, update, and exchange.
In the [Basics](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/basics) example, explore object creation, update, and exchange.

## DeFi

Expand All @@ -19,9 +19,8 @@ how (e.g.) a fiat-backed stablecoin would work.

## Games

The [Games](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/games) example lets you try out and modify toy games built on top of Sui! These include classic Tic Tac Toe
, rock paper scissors, and various versions of an adventure game (Hero).
In the [Games](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/games) example, try out and modify toy games built on top of Sui! These include classic Tic Tac Toe, rock paper scissors, and various versions of an adventure game (Hero).

## NFTs

In the [NFTs](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/nfts) example, browse non-fungible tokens of various types and see NFTs representing assets in a game.
In the [NFTs](https://github.com/MystenLabs/sui/tree/main/sui_programmability/examples/nfts) example, browse non-fungible tokens of various types and see NFTs representing assets in a game.