hyperledger / cacti

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

Study Cacti nodes as solution to easily create consortia #3121

Open RafaelAPB opened 3 months ago

RafaelAPB commented 3 months ago

The Cacti-core package provides interfaces and methods to create Cacti Consortia. We need to explore this to assess if it is a feasible technical basis to implement SATP consortia.

Requirements:

  1. Study packages/cactus-api-client, cactus-cmd-api-server, packages/cactus-common, packages/cactus-core, packages/cactus-core-api.

You have examples of usage in the cactus-test-* packages, for instance packages/cactus-test-cmd-api-server/src/test/typescript/integration; packages/cactus-test-api-client/src/test/typescript/integration/api-client-routing-node-to-node.test.ts

LordKubaya commented 3 months ago

hi

eduv09 commented 2 months ago

@RafaelAPB I'll try to tackle this one