wphan / flow-cli

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

Home Page:https://onflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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
  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

https://onflow.org

License:Apache License 2.0


Languages

Language:Go 98.6%Language:Makefile 0.6%Language:Shell 0.5%Language:PowerShell 0.4%