Skip to content

Commit

Permalink
fix(cactus-verifier-client): update supported ledgers in readme
Browse files Browse the repository at this point in the history
Update Supported ledger connectors table in `cactus-verifier-client` README file.
Add missing QUORUM_2X and CORDA_4X ledgers which are also supported.

Signed-off-by: Michal Bajer <[email protected]>
  • Loading branch information
outSH authored and petermetz committed May 13, 2022
1 parent fbb9859 commit 84f3bae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/cactus-verifier-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
This package provides `Verifier` and `VerifierFactory` components that can be used to communicate with compatible Cactus ledger connectors (validators) through single, unified interface.

### Supported ledger connectors
| validatorType | cactus ledger connector plugin |
| ---------------------- | ------------------------------ |
| BESU_1X<br />BESU_2X | cactus-plugin-ledger-connector-besu |
| validatorType | cactus ledger connector plugin |
| ---------------------- | ----------------------------------------------- |
| BESU_1X<br />BESU_2X | cactus-plugin-ledger-connector-besu |
| QUORUM_2X | cactus-test-plugin-ledger-connector-quorum |
| CORDA_4X | cactus-plugin-ledger-connector-corda |
| legacy-socketio | cactus-plugin-ledger-connector-fabric-socketio<br />cactus-plugin-ledger-connector-go-ethereum-socketio<br />cactus-plugin-ledger-connector-sawtooth-socketio |

## VerifierFactory
Expand Down

0 comments on commit 84f3bae

Please sign in to comment.