You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/contracts-sui/1.x/learn/dapp-1-marketplace.mdx
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,11 @@ This page is one of three places to learn the marketplace. Pick the one that mat
14
14
15
15
-**[GitHub repository](https://github.com/OpenZeppelin/openzeppelin-sui-marketplace)** — clone-and-run source. The README walks through localnet and testnet quickstarts, configuration, and the bootstrap scripts. Start here if you want to actually run the code.
16
16
-**[In-repo walkthrough](https://github.com/OpenZeppelin/openzeppelin-sui-marketplace/tree/main/docs)** — a 23-chapter linear path inside the repo's `docs/` folder. Covers mental model, contracts, oracle integration, UI flows, testing, security, and troubleshooting. Reach for this when you want to understand how a particular subsystem works.
17
-
-**Video walkthrough** — embedded below. ~18 minutes covering architecture, code, and a live transaction flow on testnet.
17
+
-**[Video walkthrough](https://youtu.be/n53w3IGLnf8)** — embedded below. ~18 minutes covering architecture, code, and a live transaction flow on testnet.
18
18
19
19
## Video walkthrough
20
20
21
-
<Callouttype="info">
22
-
The companion video walkthrough — *Sui Marketplace Fullstack Example: Move, Pyth, and OpenZeppelin Math Libraries* — will be embedded here once published. It covers the architecture, code, and a live transaction flow on testnet in approximately 18 minutes.
23
-
</Callout>
24
-
25
-
{/* TODO: when the video is published, replace `TBD_VIDEO_ID` with the YouTube video ID and uncomment the iframe below.
<iframewidth="100%"height="450"src="https://www.youtube.com/embed/n53w3IGLnf8"title="Sui Marketplace Fullstack Example: Move, Pyth, and OpenZeppelin Math Libraries"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen></iframe>
29
22
30
23
## Architecture
31
24
@@ -121,7 +114,7 @@ Broader references:
121
114
122
115
-**Read and run the repo.** Start with the [README](https://github.com/OpenZeppelin/openzeppelin-sui-marketplace) and follow either the localnet or testnet quickstart.
123
116
-**Inspect the Move source.** The five modules in `oracle-market/sources/` are short enough to read in one sitting. Each pattern in the table above maps to a specific file and line range.
124
-
-**Watch the video walkthrough.** Embedded above once published — covers the architecture, code, and a live transaction flow on testnet.
117
+
-**[Watch the video walkthrough.](https://youtu.be/n53w3IGLnf8)** Embedded above — covers the architecture, code, and a live transaction flow on testnet.
125
118
-**Fork it.** The repo is meant to be a starting point. Fork, strip out what you don't need, and adapt the patterns to your own protocol.
126
119
127
120
For questions or feedback, open an issue on the [GitHub repository](https://github.com/OpenZeppelin/openzeppelin-sui-marketplace/issues) or the [OpenZeppelin contracts-sui repo](https://github.com/OpenZeppelin/contracts-sui).
0 commit comments