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: src/content/roadmap/account-abstraction/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
@@ -23,7 +23,7 @@ Smart contract wallets unlock many benefits for the user, including:
23
23
- batch transactions together (e.g. approve and execute a swap in one go)
24
24
- more opportunities for dapps and wallet developers to innovate on user experiences
25
25
26
-
These benefits are not natively supported today because only externallyowned accounts ([EOAs](/glossary/#eoa)) can start transactions. EOAs are simply public-private key pairs. They work like this:
26
+
These benefits are not natively supported today because only externally-owned accounts ([EOAs](/glossary/#eoa)) can start transactions. EOAs are simply public-private key pairs. They work like this:
27
27
28
28
- if you have the private key you can do _anything_ within the rules of the Ethereum Virtual Machine (EVM)
29
29
- if you do not have the private key you can do _nothing_.
0 commit comments