Skip to content

Commit b0eebe6

Browse files
Add Cardano connector to README.md
Signed-off-by: alexey semenyuk <[email protected]>
1 parent 8366011 commit b0eebe6

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)