Skip to content

Commit d655c25

Browse files
authored
Merge pull request #1635 from hyperledger/scorecard_readme
Scorecard readme
2 parents b046c02 + 89a22da commit d655c25

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
[![FireFy Documentation](https://img.shields.io/static/v1?label=FireFly&message=documentation&color=informational)](https://hyperledger.github.io/firefly//)
66
![build](https://github.com/hyperledger/firefly/actions/workflows/docker_main.yml/badge.svg?branch=main)
77
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7826/badge)](https://www.bestpractices.dev/projects/7826)
8+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hyperledger/firefly/badge)](https://scorecard.dev/viewer/?uri=github.com/hyperledger/firefly)
89

910
![Hyperledger FireFly](./images/hyperledger_firefly_logo.png)
1011

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

1314
The FireFly API for digital assets, data flows, and blockchain transactions makes it radically faster to build production-ready apps on popular chains and protocols.
1415

15-
1616
[ENGLISH](./README.md) | [简体中文](./README_zh_CN.md)
1717

1818
## Start using Hyperledger FireFly
@@ -61,35 +61,35 @@ Other repositories you might be interested in containing those microservice comp
6161
6262
### Blockchain connectivity
6363

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

7575
### Token standards
7676

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

8080
### Private data bus connectivity
8181

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

8484
### Developer ecosystem
8585

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

9494
## FireFly Core code hierarchy
9595

README_zh_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![FireFy Documentation](https://img.shields.io/static/v1?label=FireFly&message=documentation&color=informational)](https://hyperledger.github.io/firefly//)
66
![build](https://github.com/hyperledger/firefly/actions/workflows/docker_main.yml/badge.svg?branch=main)
77
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7826/badge)](https://www.bestpractices.dev/projects/7826)
8+
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/hyperledger/firefly/badge)](https://scorecard.dev/viewer/?uri=github.com/hyperledger/firefly)
89

910
![Hyperledger FireFly](./images/hyperledger_firefly_logo.png)
1011

0 commit comments

Comments
 (0)