Skip to content

Commit 841bc89

Browse files
committed
1 parent 7e63f2b commit 841bc89

File tree

16 files changed

+900
-3613
lines changed

16 files changed

+900
-3613
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const { Gateway, Wallets } = require('fabric-network');
88
const fs = require('fs');
99
const path = require('path');
1010

11-
const WALLET_PATH = path.join(__dirname, '..', '..', '..', '..', '..', 'wallet');
12-
const CCP_PATH = path.resolve(__dirname, '..', '..', '..', '..', '..', 'network', 'organizations', 'peerOrganizations', 'org1.example.com', 'connection-org1.json');
11+
const WALLET_PATH = path.join(__dirname, '..', '..', '..', 'wallet');
12+
const CCP_PATH = path.resolve(__dirname, '..', '..', '..', 'network', 'organizations', 'peerOrganizations', 'org1.example.com', 'connection-org1.json');
1313

1414
async function getContractAndGateway({username, chaincode, contract}) {
1515
// load the network configuration

chaincode/helper/javascript/.editorconfig

Lines changed: 0 additions & 16 deletions
This file was deleted.

chaincode/helper/javascript/.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

chaincode/helper/javascript/.eslintrc.js

Lines changed: 0 additions & 38 deletions
This file was deleted.

chaincode/helper/javascript/.gitignore

Lines changed: 0 additions & 77 deletions
This file was deleted.

chaincode/helper/javascript/index.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

chaincode/helper/javascript/package.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)