NEWTON
Asked
6 months ago
11
views
0
When using the command ape starknet accounts list
will this show all my accounts on both starknet testnet and mainnet?
0x98e3...a56442
asked
6 months ago
0
Accepted answer
Yes, ape starknet accounts list
will show your account alias, public key, and the contract address of both mainnet and testnet if you imported the accounts on both networks.
More information can be found in the README
0x98e3...a56442
answered
6 months ago
What’s the difference between Account Abstraction (AA) and Externally Owned Accounts (EOA)?
How do I connect my DAPP to Starknet testnet using starknetjs?
How do I connect my DAPP to Starknet mainnet using starknetjs?
List of Cairo Decorators
Where can I find a list of decorators available in Cairo?
Does Account Abstraction support "Burner Accounts"?
How to setup local Starknet node with Account contracts?
What hashing functions are available in Cairo? How are they secure?
Is Kakarot a Starkware project?
Is it possible to use ArgentX to sign in user to a off-chain api/db?
What resources are required to run a Pathfinder node?
Will Kakarot be an L3 on top of the Starknet validity rollup?
How can I change solc compiler version in warp?
How do I transform data from javascript to Cairo?