NEWTON
Asked
4 months ago
44
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
4 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
4 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
How do I see my Pathfinder logs?
Hey, is there anyway to debug Cairo contracts in hardhat environment? Something like hardhat console in solidity
Is there any other way to do 2**n without using pow.cairo?
What are the efficiency gains of direct Cairo vs. transpiling with warp?
Deploying kakarot evm on starkEx
How to get the contract ABI using Starknet.Py?
Equivalent to Solidity's keccak256(abi.encodePacked())?