NEWTON
Asked
4 months ago
103
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
4 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
4 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
4 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
4 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?
StarknetErrorCode.DEPRECATED_TRANSACTION while deploying StarkNet contract
How do I check that my Solidity compiler version is >= 0.8.0 ?
ApeWorX: How do I fund newly created accounts from the ape console?
caigo error: undefined: contracts.CounterCompiled
How do I connect my DAPP to Starknet-devnet using starknetjs?
What is the proxy pattern and how it can help make my smart contracts upgradable in Cairo Language?
Have there been any security issues reported on the Cairo code generated from warp so far?