From 99833ccbc2dfca7abf2707580aedc7a7d4d0a726 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 10 Feb 2024 21:20:54 +0600 Subject: [PATCH 1/2] Add tezos connector Signed-off-by: alexey semenyuk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 341b26f518..f7a9043c5b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Other repositories you might be interested in containing those microservice comp - 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 - Corda connector starter: https://github.com/hyperledger/firefly-cordaconnect - CorDapp specific customization is required From b096c3a9f0e763a40859eaebb990e1898bdbdc19 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sat, 10 Feb 2024 21:27:34 +0600 Subject: [PATCH 2/2] Add tezos connector to schema Signed-off-by: alexey semenyuk --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7a9043c5b..3e9e9d9375 100644 --- a/README.md +++ b/README.md @@ -246,10 +246,10 @@ Plugins: Each plugin comprises a Go shim, plus a remote agent microservice runti │ │ interface │ * Standardized operations, and custom on-chain coupling │ └─────┬─────────┘ │ │ - │ ├─────────────────────┬───────────────────┐ - │ ┌─────┴─────────┐ ┌───────┴───────┐ ┌───────┴────────┐ - │ │ ethereum │ │ fabric │ │ corda/cordapps │ - │ └─────┬─────────┘ └───────────────┘ └────────────────┘ + │ ├─────────────────────┬───────────────────┬-───────────────────┐ + │ ┌─────┴─────────┐ ┌───────┴───────┐ ┌───────┴────────┐ ┌───────┴────────┐ + │ │ ethereum │ │ fabric │ │ corda/cordapps │ │ tezos │ + │ └─────┬─────────┘ └───────────────┘ └────────────────┘ └────────────────┘ │ [REST/WebSockets] │ ┌─────┴────────────────────┐ ┌────────────────────────┐ ┌─ │ │ transaction manager [Tm] ├───┤ Connector API [ffcapi] ├───┤ Simple framework for building blockchain connectors