NEWTON
Asked
26 days ago
9
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
26 days 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
26 days 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?
Is there any blockchain project contract supporting web2 scripts executable on VIa EVM?
How to write a struct in storage?
StarkNet Faucet: How can I get a Goerli-2 eth faucet tokens (StarkNet)?
Python issues with Pathfinder
Do you have any idea on how much is starknetJS request limit?
Does anybody have an idea what is `get_caller_address` returning on an L1 handler call?
Cairo: When do you use tempvar and when do you use local