docs: proof of concept for real onchain demos via native AA on Vibenet - #1878
Open
youssefea wants to merge 2 commits into
Open
docs: proof of concept for real onchain demos via native AA on Vibenet#1878youssefea wants to merge 2 commits into
youssefea wants to merge 2 commits into
Conversation
Demonstrates that a Mintlify page can run genuine onchain interactions instead of a scripted mock. The demo creates a native EIP-8130 smart account in the browser, funds it from the Vibenet faucet, and sends a real ERC-20 transfer in a transaction that also deploys the account. No wallet, no extension, no connect prompt. The page is deliberately left out of docs.json navigation and carries a callout that it will not ship to the published docs. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Collaborator
🟡 Heimdall Review Status
|
Mintlify's hosted build only serves a whitelist of static extensions. `.mjs` works under `mint dev` but 404s in production, which broke the demo on the deploy preview. `.txt` is served in both. The modules now ship as .txt and are converted into real ES modules client-side via blob URLs, which carry their own MIME type. The payments module's relative "./aa.mjs" specifier is rewritten to the bundle's blob URL before evaluation. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.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.
Demonstrates that a Mintlify page can run genuine onchain interactions instead of a scripted mock. The demo creates a native EIP-8130 smart account in the browser, funds it from the Vibenet faucet, and sends a real ERC-20 transfer in a transaction that also deploys the account.
No wallet, no extension, no connect prompt.
The page is deliberately left out of docs.json navigation and carries a callout that it will not ship to the published docs.
Generated with Claude Code
What changed? Why?
Notes to reviewers
How has it been tested?