docs: ship the data marketplace example - #3626
Open
reemsabawi-mystenlabs wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WoBWxqLzd9hAxrhoqv3iSv
Contributor
|
Contributor
📋 afdocs check resultsURL: https://MystenLabs.github.io/walrus/pr-preview/pr-3626/ |
Contributor
Style Guide AuditAll 1 file(s) pass the style guide audit. |
jessiemongeon1
requested changes
Aug 11, 2026
| --- | ||
| title: Building a Data Marketplace | ||
| draft: true | ||
| description: >- |
Contributor
There was a problem hiding this comment.
Do we have an example app to support this architecture and design? if not, we should have one before we publish this doc. Conceptually it is fine, but it would be better to have a solid code example to point to that supports this document's claims
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split 1 of 4 from #3617, which review asked to break into smaller PRs. This one is separated deliberately because it carries the only real risk in that set.
Generated by Claude Code.
Description
examples/data-marketplacewas adraft: truestub and unreachable from the sidebar. This ships it as a full worked example and adds it to the Examples sidebar: storing a dataset through a publisher, a MoveListingescrow module, Seal-based gating for paid content, blob attributes for product metadata, buyer delivery, and lifetime management.Reviewer notes
Two things to weigh, both unchanged from the original PR:
sidebars.jsentry and restoredraft: true.Listingmodule is new example code and has not been compiled against the package. It uses only verified APIs (Blob has key, store,share_object,public_transfer, shared-object deletion) and Move 2024 idioms, but it is written for the docs rather than lifted from a compiling source.Sources
epochs,permanent,send_object_to)Blobobject abilities (key,store) and management functionscontracts/walrus/sources/system/blob.movewalrus set-blob-attribute) and Move metadata functionswalrus::blobmodule and the existing CLI referencesystem-overview/quiltpageThe Move
Listingmodule and the marketplace prose were written fresh for this page; no existing source to import.Test plan
editorconfig-checkerclean; mechanical and voice style gates passed on push.Release notes