/flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications

Primary LanguageGoApache License 2.0Apache-2.0


Logo

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]

๐Ÿ‘‹ Welcome Flow developer!
   If you are starting a new flow project try running 'flow setup <project_name>'. 

๐Ÿ”ฅ Super Commands
  dev          Build your Flow project
  flix         Execute FLIX template with a given id, name, or local filename
  generate     Generate new boilerplate files
  setup        Start a new Flow project

๐Ÿ“ฆ Flow Entities
  accounts     Create and retrieve accounts and deploy contracts
  blocks       Retrieve blocks
  collections  Retrieve collections
  events       Retrieve events

๐Ÿ’ฌ Flow Interactions
  scripts      Execute Cadence scripts
  transactions Build, sign, send and retrieve transactions

๐Ÿ”จ Flow Tools
  cadence      Execute Cadence code
  dev-wallet   Run a development wallet
  emulator     Run Flow network for development
  flowser      Run Flowser project explorer
  test         Run Cadence tests

๐Ÿ„ Flow Project
  deploy       Deploy all project contracts
  init         Initialize a new configuration
  project      Manage your Cadence project
  run          Start emulator and deploy all project contracts

๐Ÿ”’ Flow Security
  keys         Generate and decode Flow keys
  signatures   Signature verification and creation

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.

Alt Text

Contributing

Read contributing document.