Link Search Menu Expand Document

Install the FireFly CLI

Table of contents

  1. FireFly CLI
  2. References and Dependencies
  3. Get the CLI

FireFly CLI

The FireFly CLI helps you start and administer a local FireFly development environment.

References and Dependencies

  • CLI Repo README
  • Go - latest version recommended (v1.16.5)
    • If you haven’t installed Go previously, make sure to add to your $PATH env variable - $HOME/go/bin
  • Docker - the CLI will download the requisite FireFly images and bootstrap a collection of containers (Ethereum adapter, FireFly Core, IPFS, local Ganache blockchain, postgres, etc.)

Get the CLI

Binary distributions coming soon - see https://github.com/hyperledger/firefly/issues/77

  • On Go 1.16 or newer
    • go install github.com/hyperledger/firefly-cli/ff@latest
  • On earlier versions of Go
    • go get github.com/hyperledger/firefly-cli/ff