Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Hyperledger FireFly

[![codecov](https://codecov.io/gh/hyperledger/firefly/branch/main/graph/badge.svg?token=QdEnpMqB1G)](https://codecov.io/gh/hyperledger/firefly)
[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger/firefly)](https://goreportcard.com/report/github.com/hyperledger/firefly)
[![codecov](https://codecov.io/gh/hyperledger-firefly/firefly/branch/main/graph/badge.svg?token=QdEnpMqB1G)](https://codecov.io/gh/hyperledger-firefly/firefly)
[![Go Report Card](https://goreportcard.com/badge/github.com/hyperledger-firefly/firefly)](https://goreportcard.com/report/github.com/hyperledger-firefly/firefly)
[![FireFy Documentation](https://img.shields.io/static/v1?label=FireFly&message=documentation&color=informational)](https://hyperledger.github.io/firefly//)
![build](https://github.com/hyperledger/firefly/actions/workflows/docker_main.yml/badge.svg?branch=main)
![build](https://github.com/hyperledger-firefly/firefly/actions/workflows/docker_main.yml/badge.svg?branch=main)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7826/badge)](https://www.bestpractices.dev/projects/7826)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hyperledger/firefly/badge)](https://scorecard.dev/viewer/?uri=github.com/hyperledger/firefly)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hyperledger-firefly/firefly/badge)](https://scorecard.dev/viewer/?uri=github.com/hyperledger-firefly/firefly)

![Hyperledger FireFly](https://raw.githubusercontent.com/hyperledger/firefly/refs/heads/main/images/hyperledger_firefly_logo.png)
![Hyperledger FireFly](https://raw.githubusercontent.com/hyperledger-firefly/firefly/refs/heads/main/images/hyperledger_firefly_logo.png)

Hyperledger FireFly is the first open source Supernode: a complete stack for enterprises to build and scale secure Web3 applications.

Expand All @@ -17,16 +17,16 @@ The FireFly API for digital assets, data flows, and blockchain transactions make

## Start using Hyperledger FireFly

The best place to learn about FireFly is in the [documentation](https://hyperledger.github.io/firefly).
The best place to learn about FireFly is in the [documentation](https://hyperledger-firefly.github.io/firefly).

There you will find our [Getting Started Guide](https://hyperledger.github.io/firefly/latest/gettingstarted/),
There you will find our [Getting Started Guide](https://hyperledger-firefly.github.io/firefly/latest/gettingstarted/),
which will get you a running FireFly network of Supernodes on your local machine in a few minutes.

Your development environment will come with:

FireFly CLI | FireFly Explorer UI | FireFly Sandbox |
:----------------------------:|:-----------------------------------:|:----------------:|
[![CLI](./images/firefly_cli.png)](https://hyperledger.github.io/firefly/latest/gettingstarted/firefly_cli/#install-the-firefly-cli) | [![UI](./images/firefly_explorer.png)](https://github.com/hyperledger/firefly-ui) | [![Sandbox](./images/firefly_sandbox.png)](https://hyperledger.github.io/firefly/latest/gettingstarted/sandbox/#use-the-sandbox) |
[![CLI](./images/firefly_cli.png)](https://hyperledger-firefly.github.io/firefly/latest/gettingstarted/firefly_cli/#install-the-firefly-cli) | [![UI](./images/firefly_explorer.png)](https://github.com/hyperledger-firefly/ui) | [![Sandbox](./images/firefly_sandbox.png)](https://hyperledger-firefly.github.io/firefly/latest/gettingstarted/sandbox/#use-the-sandbox) |

## Engage with the community

Expand All @@ -48,7 +48,7 @@ all the plumbing for your blockchain application from scratch.

There are lots of places you can contribute, regardless of whether your skills are front-end, backend-end, or full-stack.

Check out our [Contributor Guide](https://hyperledger.github.io/firefly/latest/contributors/), and **welcome!**.
Check out our [Contributor Guide](https://hyperledger-firefly.github.io/firefly/latest/contributors/), and **welcome!**.

## Other repos

Expand All @@ -62,33 +62,33 @@ Other repositories you might be interested in containing those microservice comp

### Blockchain connectivity

- Transaction Manager - <https://github.com/hyperledger/firefly-transaction-manager>
- RLP & ABI encoding, KeystoreV3 utilities and secp256k1 signer runtime - <https://github.com/hyperledger/firefly-signer>
- FFCAPI reference connector for EVM Chains - <https://github.com/hyperledger/firefly-evmconnect>
- Public EVM compatible chains: Learn more in the [documentation](https://hyperledger.github.io/firefly)
- Permissioned Ethereum connector - <https://github.com/hyperledger/firefly-ethconnect>
- Transaction Manager - <https://github.com/hyperledger-firefly/transaction-manager>
- RLP & ABI encoding, KeystoreV3 utilities and secp256k1 signer runtime - <https://github.com/hyperledger-firefly/signer>
- FFCAPI reference connector for EVM Chains - <https://github.com/hyperledger-firefly/evmconnect>
- Public EVM compatible chains: Learn more in the [documentation](https://hyperledger-firefly.github.io/firefly)
- Permissioned Ethereum connector - <https://github.com/hyperledger-firefly/ethconnect>
- Private/permissioned: Hyperledger Besu / Quorum
- Hyperledger Fabric connector - <https://github.com/hyperledger/firefly-fabconnect>
- Tezos connector - <https://github.com/hyperledger/firefly-tezosconnect>
- Cardano connector - <https://github.com/hyperledger/firefly-cardano>
- Corda connector starter: <https://github.com/hyperledger/firefly-cordaconnect>
- Hyperledger Fabric connector - <https://github.com/hyperledger-firefly/fabconnect>
- Tezos connector - <https://github.com/hyperledger-firefly/tezosconnect>
- Cardano connector - <https://github.com/hyperledger-firefly/cardano>
- Corda connector starter: <https://github.com/hyperledger-firefly/cordaconnect>
- CorDapp specific customization is required

### Token standards

- Tokens ERC20/ERC721 - <https://github.com/hyperledger/firefly-tokens-erc20-erc721>
- Tokens ERC1155 - <https://github.com/hyperledger/firefly-tokens-erc1155>
- Tokens ERC20/ERC721 - <https://github.com/hyperledger-firefly/tokens-erc20-erc721>
- Tokens ERC1155 - <https://github.com/hyperledger-firefly/tokens-erc1155>

### Private data bus connectivity

- HTTPS Data Exchange - <https://github.com/hyperledger/firefly-dataexchange-https>
- HTTPS Data Exchange - <https://github.com/hyperledger-firefly/dataexchange-https>

### Developer ecosystem

- Command Line Interface (CLI) - <https://github.com/hyperledger/firefly-cli>
- Explorer UI - <https://github.com/hyperledger/firefly-ui>
- Node.js SDK - <https://github.com/hyperledger/firefly-sdk-nodejs>
- Sandbox / Exerciser - <https://github.com/hyperledger/firefly-sandbox>
- Samples - <https://github.com/hyperledger/firefly-samples>
- FireFly Performance CLI: <https://github.com/hyperledger/firefly-perf-cli>
- Helm Charts for Deploying to Kubernetes: <https://github.com/hyperledger/firefly-helm-charts>
- Command Line Interface (CLI) - <https://github.com/hyperledger-firefly/cli>
- Explorer UI - <https://github.com/hyperledger-firefly/ui>
- Node.js SDK - <https://github.com/hyperledger-firefly/sdk-nodejs>
- Sandbox / Exerciser - <https://github.com/hyperledger-firefly/sandbox>
- Samples - <https://github.com/hyperledger-firefly/samples>
- FireFly Performance CLI: <https://github.com/hyperledger-firefly/perf-cli>
- Helm Charts for Deploying to Kubernetes: <https://github.com/hyperledger-firefly/helm-charts>