Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Sep 20, 2024
1 parent fcf5b45 commit b0d00c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions wallet/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ Key features of MetaMask SDK include:
You can also use the SDK with [third-party libraries](#third-party-libraries), where its only job
is to detect and connect to MetaMask, and the libraries handle detecting other wallets.

Get started with [MetaMask SDK](metamask-sdk/index.md).

## Third-party libraries

MetaMask SDK is fully integrated with third-party libraries such as
[Wagmi](3rd-party-libraries/wagmi.md) and [Web3-Onboard](3rd-party-libraries/web3-onboard.md).
MetaMask SDK is fully integrated with third-party libraries such as Wagmi and Web3-Onboard.
These libraries enable multi-wallet support in your dapp, and provide pre-built tools for managing
wallet connections, enabling more flexibility in how users connect to your dapp.
Key benefits of third-party libraries include:
Expand All @@ -66,9 +67,13 @@ However, you should also consider the trade-offs of third-party libraries:

In general, using the MetaMask SDK integration with third-party libraries can provide the best of
both worlds: broad wallet support and the reliability of MetaMask's advanced features.
Get started with [Wagmi](3rd-party-libraries/wagmi.md) or
[Web3-Onboard](3rd-party-libraries/web3-onboard.md).

## Wallet API

You can connect to MetaMask using the [Wallet API](../concepts/wallet-api.md) directly, without the SDK.
You can connect to MetaMask using the Wallet API directly, without the SDK.

*Paragraph explaining use cases for connecting directly via Wallet API.*

Get started with the [Wallet API](wallet-api.md).
6 changes: 3 additions & 3 deletions wallet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ Dapps can call Wallet API methods with or without the SDK installed.

## Where do I start?

- [**Connect to MetaMask**](connect/index.md) – Learn more about and get started with the different
connection options.
- [**Connect to MetaMask**](connect/index.md) – Learn more about the different connection options,
and get started quickly.
- [**Wallet API reference**](/wallet/reference/json-rpc-api) – See the full list of JSON-RPC methods.
- If you're new to integrating dapps with MetaMask, see the following topics:
- [**About the Wallet API**](concepts/wallet-api.md)
- [**Create a simple dapp tutorial**](tutorials/javascript-dapp-simple.md)
- [**Create a React dapp tutorial**](tutorials/react-dapp-local-state.md)

## Questions?

Expand Down

0 comments on commit b0d00c1

Please sign in to comment.