Skip to content

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
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Add Solana support via DIN #1978

wants to merge 26 commits into from

Conversation

bgravenorst
Copy link
Contributor

@bgravenorst bgravenorst commented Apr 17, 2025

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:

  • If this PR contains a major change to the documentation content, I have added an entry to the top of the "What's new?" page.
  • The proposed changes have been reviewed and approved by a member of the documentation team.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
@bgravenorst bgravenorst requested review from a team as code owners April 17, 2025 04:23
Copy link

vercel bot commented Apr 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
metamask-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2025 8:11pm

alexandratran and others added 15 commits April 17, 2025 14:28
* Document Snaps bundle analyzer option

* Apply suggestions from code review

Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>

* edits

* add more context

* clarify analyzer url

---------

Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
* fix responsive card display across all viewports

* update padding

---------

Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
…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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
* 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 <alexandratran@protonmail.com>
* Update tokens.md

- Removed outdated link. Link is returning 404 error.

* edit

---------

Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
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/profile-sync-controller@11.0.0...@metamask/profile-sync-controller@11.0.1)

---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
* Document mobile deeplinks

* Apply suggestions from code review

Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>

* update what's new

* mention qr codes

* update deeplinks

---------

Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
* Add hoodi support.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>

* Add what's new.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>

* Apply suggestions from code review

Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>

---------

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Co-authored-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
@bgravenorst bgravenorst requested review from a team as code owners April 17, 2025 04:28
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants