{"id":21247210,"url":"https://github.com/alchemyplatform/embedded-accounts-demo","last_synced_at":"2025-07-10T22:32:25.419Z","repository":{"id":225189714,"uuid":"765285213","full_name":"alchemyplatform/embedded-accounts-demo","owner":"alchemyplatform","description":"Demo for Alchemy Embedded Accounts","archived":false,"fork":false,"pushed_at":"2024-04-12T19:26:26.000Z","size":1135,"stargazers_count":2,"open_issues_count":4,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T02:45:04.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alchemyplatform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-29T16:21:11.000Z","updated_at":"2024-04-16T16:54:25.267Z","dependencies_parsed_at":"2024-04-16T16:53:59.098Z","dependency_job_id":null,"html_url":"https://github.com/alchemyplatform/embedded-accounts-demo","commit_stats":null,"previous_names":["alchemyplatform/embedded-accounts-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchemyplatform%2Fembedded-accounts-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchemyplatform%2Fembedded-accounts-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchemyplatform%2Fembedded-accounts-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alchemyplatform%2Fembedded-accounts-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alchemyplatform","download_url":"https://codeload.github.com/alchemyplatform/embedded-accounts-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225658511,"owners_count":17503668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-21T02:17:07.809Z","updated_at":"2024-11-21T02:17:08.790Z","avatar_url":"https://github.com/alchemyplatform.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is an example of an Alchemy Embedded Account using an Alchemy Signer to enable secure auth and transaction flows using ERC-4337 smart accounts! Learn more in our [docs](https://accountkit.alchemy.com/signers/alchemy-signer.html).\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Setup\n\nCreate your own `.env` file by copying the `.sample.env` file.\n\nTo use the Alchemy Signer in this demo, you will need to:\n\n1. Create an Alchemy App and get your API Key. Go to the [Alchemy Dashboard](https://dashboard.alchemy.com/signup/?a=aa-docs). Create a new app on Ethereum Sepolia. Access your credentials for this app then paste the API KEY and the RPC URL in to the `.env` file.\n\n\u003cimg src=\"/images/alchemy-dashboard.png\" width=\"auto\" height=\"auto\" alt=\"Account Kit Overview\" style=\"display: block; margin: auto;\"\u003e\n\n2. Create a new account config in your [Alchemy Accounts Manager Dashbord](https://dashboard.alchemy.com/accounts). Make sure to set the redirect url to http://localhost:3000 for testing this demo and connect this to the app you made in step 1.\n\n\u003cimg src=\"/images/alchemy-accounts-dashboard.png\" width=\"auto\" height=\"auto\" alt=\"Create new embedded account config\" style=\"display: block; margin: auto;\"\u003e\n\nThe account config allows you to customize the signup and login authentication email that will be sent to users when logging in to your dapp. Apply the config to the app your created in the step above.\n\n\u003cimg src=\"/images/create-account-config.png\" width=\"auto\" height=\"auto\" alt=\"Account Kit Overview\" style=\"display: block; margin: auto;\"\u003e\n\n## Getting Started\n\nMake sure you are using Node.js version \u003e= 18.17.0.\n\nInstall dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchemyplatform%2Fembedded-accounts-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falchemyplatform%2Fembedded-accounts-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falchemyplatform%2Fembedded-accounts-demo/lists"}