Command-line tools
starkli
Starkli is a fast command-line interface for interacting with the Starknet network. It supports fetching data from the Starknet network, deploying accounts, and interacting with contracts. Developed by Jonathan Lei. Starkli also includes useful utilities for developers, such as:
-
Compute class hashes from the Cairo file that defines the class.
-
Compute a function’s selector.
-
Encode messages.
-
Deploying new accounts or fetching existing accounts
-
Submitting multi-calls to your account
Relevant links
-
GitHub: starkli on GitHub
-
Documentation: Starkli Book
-
Starkli: The New Starknet CLI, on Medium, includes information on getting started, including installation instructions.
sncast
Starknet Cast, part of the Starknet Foundry suite, is a command line tool for interacting with the Starknet network, with deep integration with Starknet Foundry projects.