hyperledger-bevel / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
346 stars 719 forks source link

Manually deploy and test BAF supplychain cordapps on R3 Corda enterprise version #1032

Closed suvajit-sarkar closed 4 years ago

suvajit-sarkar commented 4 years ago

Description

As a developer I want to deploy and test BAF supplychain cordApps on R3 Corda enterprise version so that the network can be fully tested and ref. application integration can be done.

Acceptance Criteria

  1. Use network deployed using BAF Corda Ent.
  2. Build, deploy and test existing cordapps on enterprise nodes
  3. Create further automation stories from the findings of this story
suvajit-sarkar commented 4 years ago

Manually testing of existing supply chain corDapps on enterprise node 4.4 is complete For creating automation in BAF for the same following are the steps:

  1. Build the corDapps jars (blockchain-automation-framework/examples/supplychain-app/corda/cordApps_springBoot/)
  2. Create the corda webserver image.
  3. Publish them in a repository
  4. Complete the issues #1049 #1050 #1051 #1054 in sequence

Note: 1,2 and 3 are not required for core committers as the jars and webserver image are already present in the repositories