hyperledger / cacti

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

feat(connector-daml): aio image #3284

Closed jagpreetsinghsasan closed 1 month ago

jagpreetsinghsasan commented 4 months ago

Description

As a developer, I want to create an all in one image dockerized ledger for DAML platform, so that we can use that aio in our DAML connector via test tooling class

Reference: https://docs.daml.com/getting-started/index.html#

Acceptance Criteria

  1. daml-all-in-one available under tools/docker folder
  2. The dockerized container should have the appropriate healthchecks
  3. The ledger should be accesible from outside the container via the client libraries/rpc (whatever is applicable)
  4. Readme within the aio folder mentioning how to build & run a daml ledger docker image
raynatopedrajeta commented 4 months ago

Hello @jagpreetsinghsasan and @petermetz ,

Please assign this ticket to me since I already started the RnD on this item.

Thanks!

Ren