Skip to content

Commit

Permalink
fix: corda simple app Readme, remove res-dlt-interop mention from fab…
Browse files Browse the repository at this point in the history
…ric-cli

Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Feb 7, 2023
1 parent e14ae88 commit 1b90295
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 117 deletions.
11 changes: 0 additions & 11 deletions samples/corda/corda-simple-application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ the interoperation CorDapp. The Corda network itself is defined in the
[network-setups](../../../tests/network-setups)
repository.

## Initial setup

Copy the `github.properties.template` file to `github.properties` with
your IBM email and Artifactory API key. This is needed because the client CLI
triggers flows from the interoperation CorDapp to store external state in the
Corda vault and therefore the interoperation CorDapp needs to be retrieved as a
dependency from Artifactory. To access the interoperation CorDapp, Artifactory
credentials are required and you will need to have permission to access the
[res-dlt-interop-maven-local](https://na.artifactory.swg-devops.com/artifactory/webapp/#/artifacts/browse/tree/General/res-dlt-interop-maven-local)
repository.

## Building the CLI client and CorDapp locally

_Prerequisites_: Build local dependencies as follows:
Expand Down
5 changes: 0 additions & 5 deletions samples/fabric/fabric-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ WORKDIR /fabric-cli
ADD . .
COPY .npmrc /root

#RUN npm install
#RUN npm install -g yarn

#RUN npm install @res-dlt-interop/fabric-cli
# RUN yarn
RUN npm install
RUN yarn link
RUN rm /root/.npmrc
101 changes: 0 additions & 101 deletions samples/fabric/fabric-cli/yarn-error.log

This file was deleted.

0 comments on commit 1b90295

Please sign in to comment.