- Run this command to add an account, or add an account and add it as profile in the
snfoundry.toml
sncast --url "https://starknet-sepolia.public.blastapi.io/rpc/v0_7" account add --name braavosDev --address <ADDRESS> --private-key <PRIVATE_KEY> --type braavos --add-profile development
sncast --url "https://starknet-sepolia.public.blastapi.io/rpc/v0_7" account list
To list with the private keys, run the following
sncast --url "https://starknet-sepolia.public.blastapi.io/rpc/v0_7" account list -p
sncast --url "https://starknet-sepolia.public.blastapi.io/rpc/v0_7" account delete --name braavosDev
Make sure you have already added an account as profile first in the snfoundry.toml
make deploy