Skip to content

Commit

Permalink
removed unwanted code, and fix links in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Feb 7, 2023
1 parent f6255cd commit 3df571d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 347 deletions.
21 changes: 0 additions & 21 deletions samples/fabric/fabric-cli/package/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions samples/fabric/fabric-cli/package/bin/fabric-cli

This file was deleted.

107 changes: 0 additions & 107 deletions samples/fabric/fabric-cli/package/docs/commands.md

This file was deleted.

73 changes: 0 additions & 73 deletions samples/fabric/fabric-cli/package/package.json

This file was deleted.

95 changes: 0 additions & 95 deletions samples/fabric/fabric-cli/package/readme.md

This file was deleted.

27 changes: 0 additions & 27 deletions samples/fabric/fabric-cli/package/tsconfig.json

This file was deleted.

6 changes: 3 additions & 3 deletions samples/fabric/fabric-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The tool can be installed via npm or manually. If no development is required it

## Installing with npm

Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-fabric-interop-sdk)
Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-weaver-fabric-interop-sdk)

Add contents of the `.npmrc` to the `.npmrc` located at `~/.npmrc`, be careful not to replace anything

Expand All @@ -57,7 +57,7 @@ Set up `config.json` by adding the connection profile and relay port for each ne

(Editing of the env and config can be done via the CLI with the `fabric-cli env set` and `fabric-cli config set` commands)

Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-fabric-interop-sdk)
Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-weaver-fabric-interop-sdk)

Have `yarn` installed and have Node >= 11.14.0 <= 16.0.0

Expand All @@ -77,7 +77,7 @@ Then run

## Docker

Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-fabric-interop-sdk)
Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-weaver-fabric-interop-sdk)

Run `make build-image` to build fabric-cli docker image.

Expand Down

0 comments on commit 3df571d

Please sign in to comment.