Skip to content

Commit

Permalink
Merge branch '1492-SDK-part-2' of github.com:MetaMask/metamask-docs i…
Browse files Browse the repository at this point in the history
…nto 1492-SDK-part-2
  • Loading branch information
alexandratran committed Sep 18, 2024
2 parents 010beb0 + bdbd1cc commit c46e84a
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 122 deletions.
7 changes: 4 additions & 3 deletions wallet-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ const sidebar = {
link: {type: "doc", id: "connect/index"},
items: [
{
type: "doc",
id: "connect/sdk",
type: "category",
label: "MetaMask SDK",
link: {type: "doc", id: "connect/metamask-sdk/index"},
items: [{ type: "autogenerated", dirName: "connect/metamask-sdk" }],
},
{
type: "category",
label: "Third-party libraries",
collapsed: false,
items: [{ type: "autogenerated", dirName: "connect/3rd-party-libraries" }],
},
{
Expand Down
8 changes: 2 additions & 6 deletions wallet/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ Compares the supported features of each connection option:
| Feature | MetaMask SDK only | Third-party libraries with SDK | Wallet API only |
|------------------------------------------------------------------------------------------------|:-----------------:|:------------------------------:|:---------------:|
| Connect from a web dapp to the MetaMask extension ||||
| Connect from a web dapp to MetaMask Mobile ||||
| Connect from desktop, mobile, and gaming dapps to MetaMask Mobile ||||
| Connect from a web dapp, desktop, mobile, and gaming dapps to MetaMask Mobile ||||
| Connect to MetaMask using the [EIP-6963 provider](../concepts/wallet-interoperability.md) ||||
| Connect to other wallets using the [EIP-6963 provider](../concepts/wallet-interoperability.md) ||||
| Use custom RPC methods such as [`connectAndSign`](../how-to/sign-data/connect-and-sign.md) ||||
| [Display custom modals](../how-to/display/display-custom-modals.md) in MetaMask ||||
| [Make read-only requests](../how-to/make-read-only-requests.md) using the Infura API ||||
| [Batch multiple RPC requests](../how-to/batch-json-rpc-requests.md) ||||
| Custom RPC methods such as [`connectAndSign`](../how-to/sign-data/connect-and-sign.md), [display custom modals](../how-to/display/display-custom-modals.md), [read-only requests](../how-to/make-read-only-requests.md) using Infura API, and [batch RPC requests](../how-to/batch-json-rpc-requests.md) ||||

## MetaMask SDK

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
113 changes: 0 additions & 113 deletions wallet/connect/sdk.md

This file was deleted.

0 comments on commit c46e84a

Please sign in to comment.