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: delegation-toolkit/how-to/create-smart-account/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
9
9
# Create a smart account
10
10
11
11
The MetaMask Delegation Toolkit is embedded, meaning that the end user can instantly interact with a dapp without wallet authorization, confirmations, or corporate logos.
12
-
Enable users to create a [smart account](../concepts/smart-accounts) directly in your dapp.
12
+
Enable users to create a [smart account](../../concepts/smart-accounts.md) directly in your dapp.
- Documented how to use the SDK CLI to set up a [JavaScript + Wagmi](/sdk/quickstart/javascript-wagmi) or [Dynamic SDK](/sdk/quickstart/javascript-dynamic) project.
30
+
- Documented how to use the SDK CLI to set up a [JavaScript + Wagmi](/sdk/connect/javascript-wagmi) or [Dynamic SDK](/sdk/connect/javascript-dynamic) project.
- `isValidSignature` function has been added to verify signatures from smart contract accounts.
114
114
- `aggregateSignature` function is now exposed in the toolkit, allowing
115
115
multiple required signatures to be combined into a single aggregated signature.
116
-
[Learn how to generate a multisig signature](../how-to/generate-multisig-signature)
117
-
- A new caveat, `multiTokenPeriod`, has been introduced to ensure that transfers involving multiple tokens remain within defined limits over specified time periods. See [`multiTokenPeriod`](../how-to/create-delegation/restrict-delegation#multitokenperiod) to learn more.
116
+
[Learn how to generate a multisig signature.](../how-to/generate-multisig-signature.md)
117
+
- A new caveat, `multiTokenPeriod`, has been introduced to ensure that transfers involving multiple tokens remain within defined limits over specified time periods. See [`multiTokenPeriod`](../how-to/create-delegation/restrict-delegation.md#multitokenperiod) to learn more.
Copy file name to clipboardExpand all lines: gator_versioned_docs/version-0.11.0/how-to/create-smart-account/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
9
9
# Create a smart account
10
10
11
11
The MetaMask Delegation Toolkit is embedded, meaning that the end user can instantly interact with a dapp without wallet authorization, confirmations, or corporate logos.
12
-
Enable users to create a [smart account](../concepts/smart-accounts) directly in your dapp.
12
+
Enable users to create a [smart account](../../concepts/smart-accounts.md) directly in your dapp.
0 commit comments