You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/pages/account-abstraction/accounts/smart/toMetaMaskSmartAccount.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,32 @@
1
1
# MetaMask Smart Account
2
2
3
3
:::warning
4
-
**Note:** This implementation is maintained & distributed by [MetaMask Delegation Toolkit](https://docs.metamask.io/delegation-toolkit).
4
+
**Note:** This implementation is maintained & distributed by [MetaMask Smart Accounts Kit](https://docs.metamask.io/smart-accounts-kit).
5
5
:::
6
6
7
-
MetaMask Smart Account has two types of implementations, each offering unique features
8
-
and use cases. See [Hybrid Smart Account](https://docs.metamask.io/delegation-toolkit/how-to/create-smart-account/configure-accounts-signers/#configure-a-hybrid-smart-account) and [Multisig Smart Account](https://docs.metamask.io/delegation-toolkit/how-to/create-smart-account/configure-accounts-signers/#configure-a-multisig-smart-account) to learn more about
7
+
MetaMask Smart Accounts has three types of implementations, each offering unique features
8
+
and use cases. See [Hybrid smart account](https://docs.metamask.io/smart-accounts-kit/guides/smart-accounts/create-smart-account/#create-a-hybrid-smart-account), [Multisig smart account](https://docs.metamask.io/smart-accounts-kit/guides/smart-accounts/create-smart-account/#create-a-multisig-smart-account), and [Stateless 7702 smart account](https://docs.metamask.io/smart-accounts-kit/guides/smart-accounts/create-smart-account/#create-a-stateless-7702-smart-account) to learn more about
9
9
the implementations.
10
10
11
-
To implement MetaMask Smart Account, you can use the [`toMetaMaskSmartAccount`](https://docs.metamask.io/delegation-toolkit/how-to/create-smart-account/#create-a-metamasksmartaccount) function from [delegation toolkit](https://docs.metamask.io/delegation-toolkit/).
11
+
To implement MetaMask Smart Accounts, you can use the [`toMetaMaskSmartAccount`](https://docs.metamask.io/smart-accounts-kit/guides/smart-accounts/create-smart-account/) function from the [Smart Accounts Kit](https://docs.metamask.io/smart-accounts-kit/).
12
12
13
13
## Install
14
14
15
15
:::code-group
16
16
```bash [pnpm]
17
-
pnpm add @metamask/delegation-toolkit
17
+
pnpm add @metamask/smart-accounts-kit
18
18
```
19
19
20
20
```bash [npm]
21
-
npm install @metamask/delegation-toolkit
21
+
npm install @metamask/smart-accounts-kit
22
22
```
23
23
24
24
```bash [yarn]
25
-
yarn add @metamask/delegation-toolkit
25
+
yarn add @metamask/smart-accounts-kit
26
26
```
27
27
28
28
```bash [bun]
29
-
bun add @metamask/delegation-toolkit
29
+
bun add @metamask/smart-accounts-kit
30
30
```
31
31
:::
32
32
@@ -38,7 +38,7 @@ bun add @metamask/delegation-toolkit
0 commit comments