Skip to content
/ flow-cli Public
forked from onflow/flow-cli

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

License

Notifications You must be signed in to change notification settings

nozim/flow-cli

 
 

Repository files navigation


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]

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.

Alt Text

Contributing

Read contributing document.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Other 1.4%