starknet-foundry
starknet-foundry copied to clipboard
Revamp `account add` procedure
Which components does the task require to be changed? (think hard pls)
sncast
Description
- We should probably name it
account import
since it imports an account - We should validate the provided account details
- We should have a visual guide (with screenshots) on how to do it from (argent/braavos/oz)
- We should have a separate section for this in the documentation (preferably "Importing accounts from wallets?")
- We should probably also cover how to import an account to a wallet
- We should remove RPC URL and class hash (they are probably not needed - this needs to be verified thoroughly)
- We should support configuring global keystores and leaving them in
cast
GLOBAL configuration (same concept as #2212), to have them as first class citizen as well (this can be deprecated in the future as UAFF gains adoption, but for now keystore should have better UX)