Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[todo] simple Account Abstraction Dapp #41

Open
AmazingAng opened this issue Mar 19, 2023 · 0 comments
Open

[todo] simple Account Abstraction Dapp #41

AmazingAng opened this issue Mar 19, 2023 · 0 comments
Labels

Comments

@AmazingAng
Copy link
Member

Simple implementation of AA on the web with the following features:

  1. generate a random seed phrase or private key for the user.
  2. user can enter a seed phrase or private key to create a AA contract.
  3. After creation, the user can use the AA to interact with Starknet. For education purposes, we the Dapp only contain send and receive testnet ETH.

Resources:

  1. AA on Starknet: https://docs.starknet.io/documentation/architecture_and_concepts/Account_Abstraction/introduction/
  2. Dapp tutorial: https://starknet.wtf.academy/docs/Dapp/
  3. Openzeppelin AA implementation: https://github.com/OpenZeppelin/cairo-contracts/tree/main/src/openzeppelin/account
@AmazingAng AmazingAng added the low label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant