Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 866 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 866 Bytes

Adding accounts

  • 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

List Accounts

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

Deleting accounts

 sncast --url "https://starknet-sepolia.public.blastapi.io/rpc/v0_7" account delete --name braavosDev

Deploying the contracts

Make sure you have already added an account as profile first in the snfoundry.toml

make deploy