From 2a114c6ab3bcd02bde2f2523d6544a644ca99c0d Mon Sep 17 00:00:00 2001 From: ciaranightingale Date: Fri, 8 Sep 2023 00:03:26 +0100 Subject: [PATCH] remove error --- docs/onboarding/23 Smart Wallet/0 Overview.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/onboarding/23 Smart Wallet/0 Overview.mdx b/docs/onboarding/23 Smart Wallet/0 Overview.mdx index 6ee89d022..0b0436958 100644 --- a/docs/onboarding/23 Smart Wallet/0 Overview.mdx +++ b/docs/onboarding/23 Smart Wallet/0 Overview.mdx @@ -14,8 +14,6 @@ import QuickstartCard from "@components/QuickstartCard"; Everything you need to build [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337) Smart Wallets for your users. -Once setup, your application will: - Ethereum has 2 types of accounts to transfer and receive tokens: EOAs (Externally Owned Accounts) and smart contract accounts. A smart wallet is a wallet type requiring **no private keys or seed phrases**. Smart contract wallets rely on code instead of private keys to secure and recover wallet information.