Skip to content

Commit dfc5723

Browse files
authored
Merge pull request #1687 from alex-semenyuk/add_cardano
Add info about Cardano connector to README.md
2 parents 8366011 + b0eebe6 commit dfc5723

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Other repositories you might be interested in containing those microservice comp
6969
- Private/permissioned: Hyperledger Besu / Quorum
7070
- Hyperledger Fabric connector - <https://github.com/hyperledger/firefly-fabconnect>
7171
- Tezos connector - <https://github.com/hyperledger/firefly-tezosconnect>
72+
- Cardano connector - <https://github.com/hyperledger/firefly-cardano>
7273
- Corda connector starter: <https://github.com/hyperledger/firefly-cordaconnect>
7374
- CorDapp specific customization is required
7475

@@ -249,10 +250,10 @@ Plugins: Each plugin comprises a Go shim, plus a remote agent microservice runti
249250
│ │ interface │ * Standardized operations, and custom on-chain coupling
250251
│ └─────┬─────────┘
251252
│ │
252-
│ ├─────────────────────┬───────────────────┬-───────────────────┐
253-
│ ┌─────┴─────────┐ ┌───────┴───────┐ ┌───────┴────────┐ ┌───────┴────────┐
254-
│ │ ethereum │ │ fabric │ │ corda/cordapps │ │ tezos │
255-
│ └─────┬─────────┘ └───────────────┘ └────────────────┘ └────────────────┘
253+
│ ├─────────────────────┬───────────────────┬-───────────────────┬-───────────────────
254+
│ ┌─────┴─────────┐ ┌───────┴───────┐ ┌───────┴────────┐ ┌───────┴────────┐ ┌───────┴────────┐
255+
│ │ ethereum │ │ fabric │ │ corda/cordapps │ │ tezos │ │ cardano │
256+
│ └─────┬─────────┘ └───────────────┘ └────────────────┘ └────────────────┘ └────────────────┘
256257
│ [REST/WebSockets]
257258
│ ┌─────┴────────────────────┐ ┌────────────────────────┐ ┌─
258259
│ │ transaction manager [Tm] ├───┤ Connector API [ffcapi] ├───┤ Simple framework for building blockchain connectors

0 commit comments

Comments
 (0)