Skip to content

Commit

Permalink
Add web3 architecture diagram (MetaMask#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Jul 24, 2023
1 parent 9216c7a commit 9dbef62
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added wallet/assets/web3-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions wallet/concepts/architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 1
description: See the high-level web3 architecture.
---

# Architecture

The following diagram outlines the high-level architecture of the MetaMask web3 stack.

![Architecture diagram](../assets/web3-architecture.png)

Using [MetaMask SDK](../how-to/use-sdk/index.md), dapps built on multiple platforms can connect to
their users' Ethereum accounts through the MetaMask browser extension and MetaMask Mobile.
Dapps can send [JSON-RPC API](../reference/rpc-api.md) calls to the users' MetaMask wallet clients.
MetaMask then responds to these requests directly or uses [Infura](https://www.infura.io/) (or
another user-configured node provider) when the call requires access to information on a blockchain network.

0 comments on commit 9dbef62

Please sign in to comment.