Open petermetz opened 4 years ago
I think in the medium/long term this will be needed. Canton provides integrations with some big names (Fisco BCOS, Corda, Fabric, Sawtooth), and might be valuable to have Cactus supporting different interoperability paradigms
Depends on #3489
Depends on #3647
@jagpreetsinghsasan thank you for helping out. Let me know if I can be useful for the review of the code of the dependent PRs
@RafaelAPB Thank you for the offer! There's this incoming PR where I'd love to pick your brain on the transact and deploy contract endpoints for the DAML connector: https://github.com/hyperledger-cacti/cacti/pull/3615
Right now they are both not implemented in the connector which makes me think that the implementation is not generic enough for the framework and instead is trying to be closer to application logic. Could you validate/invalidate this based on your experience? (I need this assistance because I don't have DAML experience myself so I can't reliably judge if the ledger is just so different from the others that the usual connector plugin interface does not fit at all or if we just need to look into it more) Thank you in advance!
Description
As a developer I want to re-use my DAML expertise when working with Cactus so that it's a more pleasant experience to switch contexts between the two.
This is pretty vague and that's no coincidence. I haven't had much time to put into the details yet, but wanted to capture this early on as something that we probably want to keep in mind.
DAML seems to have a really good developer experience based on the documentation:
https://github.com/digital-asset/daml/tree/master/language-support/ts/daml-ledger
Acceptance Criteria