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 1 commit
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
6 changes: 3 additions & 3 deletions doc/src/explore/examples.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Examples of Sui Smart Contracts
title: Examples of Sui Smart Contracts
---

Find sample Sui smart contract implementations in the [sui_programmability/examples](../../../sui_programmability/examples) directory. Here is a rundown of existing examples.

## Basics

Use the [Basics](../../../sui_programmability/examples/basics) example to explore object creation, update, and exchange.
In the [Basics](../../../sui_programmability/examples/basics) example, explore object creation, update, and exchange.

## DeFi

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

## Games

The [Games](../../../sui_programmability/examples/games) example lets you try out and modify toy games built on top of Sui! These include classic Tic Tac Toe
In the [Games](../../../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
Expand Down