hyperledger / cacti

Hyperledger Cacti is a new approach to the blockchain interoperability problem
https://wiki.hyperledger.org/display/cactus
Apache License 2.0
327 stars 275 forks source link

feat(ledger-plugin): remove dependency of ledger plugins #445

Open sfuji822 opened 3 years ago

sfuji822 commented 3 years ago

Is your feature request related to a problem? Please describe. Blockchain platforms may not provide javascript client lib. It is unnecessary to require the ledger plugin to be an npm package since it is designed as an independent server.

Describe the solution you'd like Once ledger plugins support the common network interface, the Verifier will be an abstraction layer for the CACTUS application to interact with various ledger plugins written by programming language other than javascript.

petermetz commented 3 years ago

@sfuji822 Possible duplicate of https://github.com/hyperledger/cactus/issues/170 ?

cc: @takeutak @hartm @jonathan-m-hamilton