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: docs/pages/concepts/intro-to-account-kit.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,17 +56,17 @@ In Smart Wallets, this concept will manifest as a [Smart Contract Account](/wall
56
56
/>
57
57
</div>
58
58
</div>
59
-
[Using Smart Wallets](/wallets/react/getting-started), you can secure a user’s Smart Account with email, social login, or passkeys, using our non-custodial Signer infrastructure. Smart accounts support advanced use cases, such as multiple owners and ownership transfer, offering more utility than EOAs.
59
+
Using Smart Wallets, you can secure a user’s Smart Account with email, social login, or passkeys, using our non-custodial Signer infrastructure. Smart accounts support advanced use cases, such as multiple owners and ownership transfer, offering more utility than EOAs.
60
60
61
61
With this setup, users can sign-up, log in, and sign transactions using familiar web2 user experiences.
62
62
63
-
In Smart Wallets, this concept will manifest as a [Smart Account Signer](/wallets/concepts/smart-account-signer).
63
+
In Smart Wallets, this concept will manifest as a [Smart Account Signer](/wallets/signer/what-is-a-signer).
With Smart Wallets, [sending transactions](/docs/wallets/react/send-user-operations) is as simple as sending "normal" EOA transactions. However, under the hood, you're actually sending [**User Operations (UOs)**](https://www.alchemy.com/overviews/user-operations) — a standardized pseudo-transaction object — to a **Bundler**.
69
+
With Smart Wallets, [sending transactions](/docs/wallets/transactions/send/send-user-operations) is as simple as sending "normal" EOA transactions. However, under the hood, you're actually sending [**User Operations (UOs)**](https://www.alchemy.com/overviews/user-operations) — a standardized pseudo-transaction object — to a **Bundler**.
70
70
71
71
</div>
72
72
<divstyle={{ flex: "0 0 30%" }}>
@@ -80,7 +80,7 @@ With Smart Wallets, [sending transactions](/docs/wallets/react/send-user-operati
80
80
81
81
A User Operation (UO) is an ABI-encoded struct that describes a transaction to be sent on behalf of a user. Since SCAs cannot initiate transactions on chains without native account abstraction support, they send UOs instead. The Bundler will gather UOs from multiple smart accounts (senders) and bundle them into a single on-chain transaction.
82
82
83
-
A huge benefit of smart accounts is the ability to [batch transactions](/docs/wallets/react/send-user-operations#batch-user-operation) in one UO creating simpler user experiences. For example, you can now approve and swap in one click, rather than signing, waiting, and sending multiple transactions.
83
+
A huge benefit of smart accounts is the ability to [batch transactions](/docs/wallets/transactions/send/batch-user-operations) in one UO creating simpler user experiences. For example, you can now approve and swap in one click, rather than signing, waiting, and sending multiple transactions.
84
84
85
85
In Smart Wallets, this concept will manifest as a [Bundler Client](/wallets/concepts/bundler-client), but for simplicity you may only need a [Smart Account Client](/wallets/concepts/smart-account-client).
0 commit comments