NEWTON
Asked
2 months ago
68
views
1
This question has a bounty of $0.00 in testnet ETH. Answers to this question are eligible to win that bounty.
These are testnet contracts. Not real ETH.
$0.00
Does AA work on Mobile?
This question is participating in Newton Bounties | Incentivized Test Program Every verified valid question gets $10 USDC (mainnet)
Newton
asked
2 months ago
0
Accepted answer
Yes, because there is not strict coupling of the ECDSA signature implementation accounts must have AA contracts can verify any signature scheme they wish.
This will most likely include native mobile signature schemes at some point leveraging secure elements and Secure Enclave.
Here is a project that has proved out verifying a StarkNet Account using a phone's FaceID feature (notice the elaborate signature field).
0x1409...4ac904
answered
2 months ago
0
Yes, unlike EOA, you can put any frontend you would like on top of your Account Contract. It can be a browser extension, a mobile app or even a desktop app. They will all work the same as the actual transactions are executed via the Account Contract and not the Frontend client.
And for a concrete example of a real-world mobile Wallet App utilizing Account Abstraction, biometric signing and all other mobile goodies on top of Starknet, check out the Braavos - Mobile Wallet: iOS Android
Yoav + Braavos Wallet
answered
2 months ago
0
Well, this is what AA is. And as you can see, it has nothing to do with the device where the front-end is running.
AA will run as smoothly as the current EOAs, and should be as transparent as possible to the end user.
0x27CF...5B1B37
answered
2 months ago
Does Account Abstraction support "Burner Accounts"?
Does Account Abstraction support bundling multiple operations at once?
Does Account Abstraction support "Session Keys"?
What resources (Github repos, projects) do you follow about Cairo Language? Why?
Does Cairo work in python3.10 venv? I can’t install python 3.9
Where can i get test tokens in StarkNet?
What is SHARP in Cairo Language?
Why I randomly get `HttpError: Bad Gateway` from starknet js?
What is Kakarot, the zkEVM written in Cairo?
How to use Argent (or any from the main providers) account in the StarkNet.py?
How to generate a proof for a Cairo program and verify it?[StackOverflow]
Do you have any idea on how much is starknetJS request limit?
Hey, is there anyway to debug Cairo contracts in hardhat environment? Something like hardhat console in solidity
Cairo Error: 'range_check_ptr' cannot be used as an implicit return value. Consider using a 'with' statement.