NEWTON
Asked
4 months ago
45
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 is an abstract account? Where is the account address derived from? Does the account address also come from the mnemonic and private key?
Newton
asked
4 months ago
0
An account contract (what you call an abstract account) is a smart contract that is able to manipulate assets.
Since it's a smart contract, it's address is derived from it's code.
The logic around user authentication is entirely left to the account contract developer. It can be by using private/public keys, derived from a seed; or from any other means deemed appropriate.
0x1547...37A92A
answered
4 months ago
Can you explain what is Abstract Account?
How to get private key/mnemonic for account that been created using `deploy_account` [StarkNet]?
Does anyone know how to import an account to ArgentX by private key?
Why there is no fee for deploying an account contract (creating account)?
How to use Argent (or any from the main providers) account in the StarkNet.py?
How do I put funds into my newly created account from the ape console?
How will work an account abstaction wallet with the key?
Did you change the factory/create2 part (to compute pool addresses)?
Can you explain Cairo v0.10 usage functions as expressions?
ApeWorX: Using ape starknet accounts list
How to use await in StarkNet.py?
How to make math operation with Field Elements (felts) in Cairo lang?
Why am I having trouble deploying my Cairo contract?
How does Argent X wallet estimate fees in Starknet before sending a tx?