https://github.com/alchemyplatform/embedded-accounts-quickstart
An application that demos how to quickly build with Alchemy Embedded Accounts.
https://github.com/alchemyplatform/embedded-accounts-quickstart
Last synced: 12 months ago
JSON representation
An application that demos how to quickly build with Alchemy Embedded Accounts.
- Host: GitHub
- URL: https://github.com/alchemyplatform/embedded-accounts-quickstart
- Owner: alchemyplatform
- License: apache-2.0
- Created: 2024-03-29T01:23:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T16:58:49.000Z (over 1 year ago)
- Last Synced: 2024-11-11T17:44:42.309Z (over 1 year ago)
- Language: TypeScript
- Size: 795 KB
- Stars: 27
- Watchers: 9
- Forks: 31
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alchemy Embedded Accounts Quick Start App
This is a simple Next.js single page application where users can sign up with email using the Alchemy Signer, silently deploy a Modular Account onchain, and send UserOperations (UOs) with zero gas.
It leverages Alchemy Embedded Accounts using [Account Kit](https://accountkit.alchemy.com/) and the [Alchemy Signer](https://accountkit.alchemy.com/signer/overview.html), [Modular Smart Contract Account](https://github.com/alchemyplatform/modular-account), [Rundler](https://github.com/alchemyplatform/rundler) and [Gas Manager](https://docs.alchemy.com/docs/gas-manager-services).
## Getting Started
The run this app, you can get started in [Alchemy's Account Kit docs](https://accountkit.alchemy.com/react/quickstart).