-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK: New Docs #1766
base: main
Are you sure you want to change the base?
SDK: New Docs #1766
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployment failed with the following error:
View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a significant copy-edit of all the new content, and some existing content that is affected by the restructure. Made some file name and sidebar fixes, and fixed up the redirects and links. LGTM to merge for now, with additional improvements to come in future PRs.
I do have a question about these current pages that are not found in the new docs. Are they omitted on purpose?
Description
This PR restructures the MetaMask documentation to clearly separate the Wallet API from the SDK. Historically, both lived under a single “Wallet” section because they addressed similar needs (interacting with the MetaMask wallet). However, the SDK’s future scope now extends well beyond wallet connectivity—it’s evolving into a broader toolkit for building on-chain applications, connecting to multiple wallets, and integrating other Web3 services (e.g., on-ramps, swaps, smart accounts, and embedded wallets).
By splitting the Wallet API and the SDK into distinct sections, we create a more intuitive navigation and mental model for developers. Going forward, the Wallet API remains focused solely on the MetaMask Wallet itself, while the SDK becomes a fully versioned, standalone developer toolkit encompassing multiple modules.
Key changes:
Issue(s) fixed
Fixes # (Add issue number if applicable)
Preview
(Include a preview link to the updated docs if available)
Checklist