Skip to content

Commit

Permalink
feat(ledger-connector-fabric): golang chaincode deployment
Browse files Browse the repository at this point in the history
Also fixes the issues in the fabric all in one image
with file path typos, docker sock mounting, etc.

Fixes #252

Depends on #275
Depends on #276
Depends on #277

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Oct 7, 2020
1 parent a7d4b29 commit 38e9780
Show file tree
Hide file tree
Showing 47 changed files with 8,278 additions and 114 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"build:dev:core-api": "lerna exec --stream --scope '*/*core-api' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"build:dev:test-tooling": "lerna exec --stream --scope '*/*test-tooling' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"build:dev:plugin-ledger-connector-quorum": "lerna exec --stream --scope '*/*connector-quorum' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"build:dev:plugin-ledger-connector-fabric": "lerna exec --stream --scope '*/*connector-fabric' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"build:dev:plugin-consortium-manual": "lerna exec --stream --scope '*/*manual-consortium' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"build:dev:sdk": "lerna exec --stream --scope '*/*sdk' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"webpack": "npm-run-all webpack:dev webpack:prod",
Expand Down
3 changes: 3 additions & 0 deletions packages/cactus-plugin-ledger-connector-fabric/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
src/test/typescript/fixtures/go/hello-world-contract-fabric-v14/hello-world-contract.go
src/test/typescript/fixtures/go/hello-world-contract-fabric-v14/go.mod
src/test/typescript/fixtures/go/hello-world-contract-fabric-v14/go.sum
9 changes: 9 additions & 0 deletions packages/cactus-plugin-ledger-connector-fabric/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `@hyperledger/cactus-plugin-ledger-connector-fabric`

> TODO: description
## Usage

```
// TODO: DEMONSTRATE API
```
Loading

0 comments on commit 38e9780

Please sign in to comment.