github.com/kaleido-io/firefly@v0.0.0-20210622132723-8b4b6aacb971/docs/gettingstarted/firefly_cli.md (about) 1 --- 2 layout: default 3 title: FireFly CLI 4 parent: Getting Started 5 nav_order: 1 6 --- 7 8 # FireFly CLI 9 {: .no_toc } 10 11 ## Table of contents 12 {: .no_toc .text-delta } 13 14 1. TOC 15 {:toc} 16 17 --- 18 19 The quickest way to get started with a local FireFly stack is through the [FireFly CLI](https://github.com/hyperledger-labs/firefly-cli). This will provide you with a set of Docker containers encapsulating the core FireFly componentry, all of which you can easily start, stop and remove from your machine with simple `ff` commands and the associatedflags. 20 21 Once you have successfully installed and interacted with the FireFly CLI, you can extend your usage with the lightweight 22 [Private Data Transfer](https://github.com/hyperledger-labs/firefly-samples/tree/main/private-data-transfer-cli) sample application which implements a basic CLI workflow, along with same flow hosted on a React frontend.