Flow CLI brings Flow to your terminal. Easily interact with the network and build your dapps.
Read the docsΒ»
Report Bug
Β·
Contribute
Β·
Read Guidelines
Installation
To install the Flow CLI, follow the installation instructions on the Flow documentation website.
Documentation
You can find the CLI documentation on the CLI documentation website.
Features
The Flow CLI is a command line tool that allows you to interact with the Flow blockchain. Read about supported commands in the CLI documentation website.
Usage:
flow [command]
Available Commands:
accounts Utilities to manage accounts
blocks Utilities to read blocks
cadence Execute Cadence code
collections Utilities to read collections
config Utilities to manage configuration
emulator Starts the Flow emulator server
test Run Cadence tests
events Utilities to read events
help Help about any command
init Initialize a new configuration
keys Utilities to manage keys
project Manage your Cadence project
scripts Utilities to execute scripts
status Display the status of the Flow network
transactions Utilities to send transactions
version View version and commit information
The Flow CLI includes several commands to interact with Flow networks, such as querying account information, or sending transactions. It also includes the Flow Emulator.
Contributing
Read contributing document.