Skip to content

Commit 27b80e1

Browse files
Apply suggestions from code review
Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
1 parent 6a2407b commit 27b80e1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

smart-accounts-kit/guides/smart-accounts/signers/eoa-wallets.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ keywords: [metamask, smart account, signer, metamask smart account]
66

77
# Use Externally Owned Account (EOA) with MetaMask Smart Accounts
88

9-
Externally Owned Accounts (EOAs) are one of the most widely used wallet (such as MetaMask, Phantom, and more). They consist of a public and private
10-
keypair where the private key is only known to the user. MetaMask Smart Accounts is a signer agnostic implementation that allows you
11-
to use an EOA as a signer for MetaMask Smart Accounts.
9+
Externally Owned Accounts (EOAs) are accounts controlled by a user’s private key (paired with a public address) and are typically accessed through wallet apps like MetaMask. MetaMask Smart Accounts is signer-agnostic, so
10+
you can use an EOA as the signer.
1211

1312
:::info
1413
This guide supports React and React-based frameworks. For Vue, see [Wagmi docs](https://wagmi.sh/vue/getting-started).
@@ -109,6 +108,6 @@ const smartAccount = await toMetaMaskSmartAccount({
109108

110109
## Next steps
111110

112-
- See how to use [MetaMask Embedded Wallets as a signer](./eoa-wallets.md) to make user onboarding journey easier.
113-
- See how to [send a user operations](../send-user-operation.md).
111+
- See how to use [MetaMask Embedded Wallets as a signer](./eoa-wallets.md) to make the user onboarding journey easier.
112+
- See how to [send a user operation](../send-user-operation.md).
114113
- To sponsor gas for end users, see how to [send a gasless transaction](../send-gasless-transaction.md).

smart-accounts-kit/guides/smart-accounts/signers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Checkout the following guides to learn how to configure different signers:
3838
{
3939
href: "/smart-accounts-kit/development/guides/smart-accounts/signers/eoa-wallets",
4040
title: "EOA (e.g. MetaMask)",
41-
description: "Learn how to use EOAs like MetaMAsk with MetaMask Smart Accounts.",
41+
description: "Learn how to use EOAs like MetaMask with MetaMask Smart Accounts.",
4242
},
4343
{
4444
href: "/smart-accounts-kit/development/guides/smart-accounts/signers/privy",

0 commit comments

Comments
 (0)