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

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.