Add an example to store AI generated images on shelby - #11
Merged
Merged
Conversation
0xmaayan
force-pushed
the
ai_image_generation_example
branch
from
October 20, 2025 20:59
5ffe01c to
119ec06
Compare
0xmaayan
force-pushed
the
ai_image_generation_example
branch
from
October 20, 2025 21:02
119ec06 to
1a14f24
Compare
hariria
reviewed
Oct 20, 2025
Contributor
There was a problem hiding this comment.
We can probably add this as part of the new react library cc @GhostWalker562
| import { useCallback } from "react"; | ||
| import { getAptosClient, getShelbyClient } from "@/utils/client"; | ||
|
|
||
| export const useSubmitCommitmentTransaction = () => { |
Contributor
There was a problem hiding this comment.
We can use https://js-pro.aptos.dev/react/introduction/quick-start i think?
Contributor
Author
There was a problem hiding this comment.
This hook is a bit more complicated since we take a different approach for Aptos native wallets and cross-chain wallets, so I don’t think the js-pro hooks are needed here.
0xmaayan
force-pushed
the
ai_image_generation_example
branch
from
October 21, 2025 15:52
7395db6 to
daed496
Compare
0xmaayan
force-pushed
the
ai_image_generation_example
branch
from
October 21, 2025 15:53
daed496 to
b8525ba
Compare
hariria
approved these changes
Oct 21, 2025
affinity-matrix
pushed a commit
that referenced
this pull request
Oct 29, 2025
* add example to store ai generated images on shelby * address comments * fmt
affinity-matrix
added a commit
that referenced
this pull request
Oct 29, 2025
* Create list blob example * [tables] Add list blob example * Add an example to store AI generated images on shelby (#11) * add example to store ai generated images on shelby * address comments * fmt --------- Co-authored-by: Maayan <maayan@aptoslabs.com>
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.
This demo demonstrates how Shelby can serve as the data and provenance layer for AI systems. Every AI inference run produces verifiable, on-chain artifacts that are immutable, attributable, and accessible via Shelby's decentralized network.
Screen.Recording.2025-10-20.at.4.19.52.PM.mov