NEWTON
Asked
2 months ago
57
views
0
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
What’s the difference between Account Abstraction (AA) and Externally Owned Accounts (EOA)?
This question is participating in Newton Bounties | Incentivized Test Program Every verified valid question gets $10 USDC (mainnet)
Newton
asked
2 months ago
0
Account abstraction designate a paradigm in which there is no such thing as an EOA.
Blockchains like Ethereum needs a way to track ownership of assets. In Ethereum, two kind of entities can manipulate assets:
EOA users manipulate assets by signing a TRANSACTION, which is verified by the NETWORK. Smart contracts users manipulate asset by signing a PAYLOAD, which is verified by the SMART CONTRACT.
Account abstraction designates a paradigm in which it is not possible anymore to use assets directly through EOA. All assets are owned by smart contracts. The logic around user authentication, permissions etc, is left to the smart contract to implement.
0x1547...37A92A
answered
2 months ago
Can you explain what is Abstract Account?
Cairo: What is the difference between let and tempvar?
Cairo: let vs tempvar what is the difference?
What are multi-calls in Account Abstraction? What will it bring to the UX?
What will the bundler ecosystem look like in Account Abstraction?
ApeWorX: Using ape starknet accounts list
How do I create my own account abstraction using starknetjs?
List of Cairo Decorators
What should I use to execute abi.encodePacked from solidity in starknet?
How can I define two functions with the same name but not the same arguments?
Another vanilla Cairo question, what are the sorts of references
Is there no way for me to have a struct as a `@storage_var` if it contains an array fo felts inside ?
How can I use meta-class of contract (starknetjs) for interaction?
Why does Starkware pedersen Hash Function split numbers in high and low bits