From 48fa212dd6949f6c611f2f03d416f7877399fcc6 Mon Sep 17 00:00:00 2001 From: Joan E <153745173+joaniefromtheblock@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:14:01 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Stanley Yuen <102275989+stanleyyconsensys@users.noreply.github.com> --- .../starknet/about-get-starknet.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/wallet/how-to/use-non-evm-networks/starknet/about-get-starknet.md b/wallet/how-to/use-non-evm-networks/starknet/about-get-starknet.md index 884a09e91b..6b0b1e213b 100644 --- a/wallet/how-to/use-non-evm-networks/starknet/about-get-starknet.md +++ b/wallet/how-to/use-non-evm-networks/starknet/about-get-starknet.md @@ -75,13 +75,7 @@ sequenceDiagram The `get-starknet` library offers several features that improve how dapps interact with the Starknet network through MetaMask: -- The `WalletAccount` uses a specified provider to access data from the Starknet network. -- For transactions, `get-starknet` prepares the data and sends it to MetaMask for signing through - the Starknet Snap. -- `get-starknet` enables the dapp to create contract instances connected to the `WalletAccount`, - allowing smart contract functions to be invoked, with MetaMask handling the signatures. -- `get-starknet` sets up listeners for account and network changes in MetaMask, so the dapp can - subscribe and update its state accordingly. -- `get-starknet` can request network changes through MetaMask, allowing users to switch between - Starknet networks, such as Mainnet and Sepolia testnet. -- `get-starknet` can also request MetaMask to display specific tokens, improving the user experience. +- `get-starknet` automatically enables EIP-6963, allowing dapps to discover multiple wallets. +- The `Account` object in the Starknet Window Object (SWO) functions like the Starknet.js `Account` object. It manages Starknet interactions by bridging requests from the dapp to MetaMask and the Starknet Snap. +- Users can switch between Starknet networks, such as Mainnet and Sepolia testnet, using `get-starknet`'s network change requests through MetaMask. +- `get-starknet` can instruct MetaMask to display specific tokens, enhancing the user experience.