Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
alexandratran
previously approved these changes
Nov 15, 2025
bgravenorst
reviewed
Nov 16, 2025
Contributor
bgravenorst
left a comment
There was a problem hiding this comment.
The link currently requires localhost
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
3f477a4
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.
Add the tutorials for Solana Services wrt the livestream. Also fixes the private key call function which was updated recently.
Note
Adds SNS and Solana Pay tutorials and updates all docs/examples to use the
private_keyJSON-RPC method instead ofeth_private_key.src/pages/tutorials/integrate-sns.mdxfor integrating Solana Name Service with Embedded Wallets (resolve/register domains, primary domain display).src/pages/tutorials/integrate-solana-pay.mdxfor integrating Solana Pay QR payments with Embedded Wallets.eth_private_keywithprivate_keyacross docs and code samples inembedded-wallets/dashboard/advanced/key-export.mdx,embedded-wallets/sdk/js/_ethereum-integration-snippets.mdx, andembedded-wallets/sdk/node/private-key.mdx.private_keyJSON-RPC method.Written by Cursor Bugbot for commit 10f9443. This will update automatically on new commits. Configure here.