github.com/kaleido-io/firefly@v0.0.0-20210622132723-8b4b6aacb971/docs/developers/code_repositories.md (about) 1 --- 2 layout: default 3 title: Code Repositories 4 parent: Developers 5 nav_order: 4 6 --- 7 8 # Code Repositories 9 {: .no_toc } 10 11 ## Table of contents 12 {: .no_toc .text-delta } 13 14 1. TOC 15 {:toc} 16 17 --- 18 19 FireFly has a plugin based architecture design, with a microservice runtime footprint. 20 As such there are a number of repos, and the list will grow as the community evolves. 21 22 But not to worry, one of those repos is a CLI designed to get you running with all the components you need in minutes! 23 24 - [CLI / Developer experience](https://github.com/hyperledger-labs/firefly-cli) 25 - [FireFly Samples](https://github.com/hyperledger-labs/firefly-samples) 26 - [UI Explorer](https://github.com/hyperledger-labs/firefly-ui) 27 - [Core](https://github.com/hyperledger-labs/firefly) 28 - [HTTP Data Exchange](https://github.com/hyperledger-labs/firefly-dataexchange-https) 29 - [Ethereum (Hyperledger Besu / Quorum) connector](https://github.com/hyperledger-labs/firefly-ethconnect) 30 - [Corda connector](https://github.com/hyperledger-labs/firefly-cordaconnect) 31 - Hyperledger Fabric connector - in design phase, including collaboration with the [Fabric Smart Client](https://github.com/hyperledger-labs/fabric-smart-client) project. 32 33 > Note only the projects that are primarily built to support FireFly are listed here, not all 34 > of the ecosystem of projects that integrate underneath the plugins.