NEWTON
Asked
2 months ago
35
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
Does AA support "Burner Accounts" so I can connect a new account to a new dApp without worrying about losing all my funds?
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, Account Abstraction can be used to implement Burner Accounts
.
There is a very good open source implementation here
For a brief description:
The Starknet Burner is a Key Manager, i.e. a library that you add to your application and helps users to manage keys that are not their regular signing keys. The way it works depends on the type of keys. For now, the burner manages session keys, i.e. keys that work with an account that has a plugin setup and have been authorized by the signer offline.
0x1409...4ac904
answered
2 months ago
Does Account Abstraction work on Mobile?
Does Account Abstraction support "Session Keys"?
Does Account Abstraction support bundling multiple operations at once?
What resources (Github repos, projects) do you follow about Cairo Language? Why?
What’s the difference between Account Abstraction (AA) and Externally Owned Accounts (EOA)?
ApeWorX: Using ape starknet accounts list
test another new question new
Is the Starknet Name Service working or not?
How do I log/print in Cairo 1.0?
How can I get ETH for the test net in StarkNet?
What is the proxy pattern and how it can help make my smart contracts upgradable in Cairo Language?
Cairo: Iterating through arrays
Does starknet have name service?
How can I use start_prank with deploy_contract?