-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add Solana support via DIN #1978
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
Open
bgravenorst
wants to merge
26
commits into
main
Choose a base branch
from
solana
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+6,501
−0
Conversation
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
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Document Snaps bundle analyzer option * Apply suggestions from code review Co-authored-by: Maarten Zuidhoorn <[email protected]> * edits * add more context * clarify analyzer url --------- Co-authored-by: Maarten Zuidhoorn <[email protected]>
* fix responsive card display across all viewports * update padding --------- Co-authored-by: Alexandra Carrillo <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
Co-authored-by: Alexandra Carrillo <[email protected]>
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.21.0 to 9.24.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.24.0/packages/js) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.24.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandra Carrillo <[email protected]>
Co-authored-by: Alexandra Carrillo <[email protected]>
…up (#1968) Bumps the npm_and_yarn group with 1 update: [estree-util-value-to-estree](https://github.com/remcohaszing/estree-util-value-to-estree). Updates `estree-util-value-to-estree` from 3.2.1 to 3.3.3 - [Release notes](https://github.com/remcohaszing/estree-util-value-to-estree/releases) - [Commits](remcohaszing/estree-util-value-to-estree@v3.2.1...v3.3.3) --- updated-dependencies: - dependency-name: estree-util-value-to-estree dependency-version: 3.3.3 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandra Carrillo <[email protected]>
* feat: add MetaMask and Dynamic SDK integration guide Introduces a new documentation file for integrating MetaMask SDK with Dynamic SDK in a Next.js application. The guide covers project setup, configuration, and usage examples, including wallet connection and status checks. It also outlines project structure and troubleshooting tips. * Adds a new item for 'quickstart/javascript-dynamic' under the Quickstart category. * Refactor JavaScript Dynamic SDK integration guide Consolidates the introduction paragraph for clarity and removes redundant installation instructions for the MetaMask SDK. Updates the Providers component to utilize React Query and simplifies the setup process. Adjusts the documentation structure by renaming sections and enhancing troubleshooting tips. * Refines the Providers component by integrating MetaMask SDK for improved wallet connection handling. Updates the use of React Query and adjusts the component structure for better clarity and functionality. Ensures compatibility with the latest SDK features. * edits --------- Co-authored-by: Alexandra Tran <[email protected]>
* Update tokens.md - Removed outdated link. Link is returning 404 error. * edit --------- Co-authored-by: Alexandra Tran <[email protected]> Co-authored-by: Alexandra Carrillo <[email protected]>
Bumps [@metamask/profile-sync-controller](https://github.com/MetaMask/core) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/MetaMask/core/releases) - [Changelog](https://github.com/MetaMask/core/blob/main/docs/reviewing-release-prs.md) - [Commits](https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]) --- updated-dependencies: - dependency-name: "@metamask/profile-sync-controller" dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexandra Carrillo <[email protected]>
* Document mobile deeplinks * Apply suggestions from code review Co-authored-by: Byron Gravenorst <[email protected]> * update what's new * mention qr codes * update deeplinks --------- Co-authored-by: Byron Gravenorst <[email protected]>
* Add hoodi support. Signed-off-by: bgravenorst <[email protected]> * Add what's new. Signed-off-by: bgravenorst <[email protected]> * Apply suggestions from code review Co-authored-by: Alexandra Carrillo <[email protected]> --------- Signed-off-by: bgravenorst <[email protected]> Co-authored-by: Alexandra Carrillo <[email protected]>
Signed-off-by: bgravenorst <[email protected]>
services/reference/solana/json-rpc-methods/digital-asset-standard/index.md
Show resolved
Hide resolved
services/reference/solana/json-rpc-methods/digital-asset-standard/getassetsignatures.mdx
Outdated
Show resolved
Hide resolved
services/reference/solana/json-rpc-methods/gettokenaccountsbyowner.mdx
Outdated
Show resolved
Hide resolved
services/reference/solana/json-rpc-methods/digital-asset-standard/getassetsbyauthority.mdx
Outdated
Show resolved
Hide resolved
Signed-off-by: bgravenorst <[email protected]>
alexandratran
approved these changes
Apr 22, 2025
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.
Description
Add Infura support for the Solana network.
Preview
https://metamask-docs-git-solana-consensys-ddffed67.vercel.app/services/reference/solana/
Checklist
Complete this checklist before merging your PR: