Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Update page.mdx #354

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions src/app/connect/account-abstraction/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,9 @@ Account factories (contracts that let you spin up smart accounts for your users)
Get started quickly with these fully functional templates:

<OpenSourceCard
title="Node.js Script"
description="A Node.js script to create and interact with smart accounts."
href={"https://github.com/thirdweb-example/smart-wallet-script"}
/>
<OpenSourceCard
title="React App"
description="A React app to create and interact with smart accounts."
href={"https://github.com/thirdweb-example/smart-wallet-react"}
title="Account Abstraction Demos"
description="A reference implementation to create and interact with smart accounts."
href={"https://github.com/thirdweb-example/account-abstraction"}
/>

## References
Expand Down
Loading