-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: sownak.roy <sownak.roy@accenture.com>
- Loading branch information
Showing
42 changed files
with
39,508 additions
and
32,286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
examples/supplychain-app/besu/smartContracts/contracts/Migrations.sol
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 7 additions & 14 deletions
21
examples/supplychain-app/quorum/express_nodeJS/PartyAEnv.list
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,15 @@ | ||
#This is a sample env file for running the docker image | ||
|
||
#Provide Quorum P2P address. This is not used in current implementation | ||
QUORUM_SERVER="P2P" | ||
|
||
#Provide Quorum Geth RPC address which is accessible from the docker container/ kubernetes cluster. | ||
GANACHE_SERVER=http://manufacturer.test.quorum.blockchaincloudpoc.com:15021 | ||
|
||
GANACHE_SERVER=http://manufacturerrpc.test.quorum.blockchaincloudpoc.com | ||
#Provide the Geth account address for the RPC server above. This will be different for different parties | ||
NODE_IDENTITY=0xccdd8aa32944992b7489718e213c9547f1640980 | ||
|
||
NODE_IDENTITY=0x6e0be57124cbc3d65d88fcc76cd3a41d9e0fcda7 | ||
#Provide the contract address of the General smartcontract. This is generated after the contract is deployed. This will be same for all parties | ||
PRODUCT_CONTRACT_ADDRESS=0xCd2fb4A02280E3746B9EB8c53Aa493EAC6229Bf5 | ||
|
||
PRODUCT_CONTRACT_ADDRESS=0x26B8BC44f7a1DCE9A3b642354281431bA55E683D | ||
#Provide the party name/organization | ||
NODE_ORGANIZATION=Manufacturer | ||
|
||
#Provide the party organization unit | ||
NODE_ORGANIZATIONUNIT=manufacturer | ||
|
||
NODE_ORGANIZATION_UNIT=manufacturer | ||
#Provide the party address like certificate subject. This is mandatory if the supplychain-frontend is going to be used. | ||
NODE_SUBJECT=O=Manufacturer,OU=Manufacturer,L=47.38/8.54/Zurich,C=CH | ||
NODE_SUBJECT="O=Manufacturer,OU=Manufacturer,L=47.38/8.54/Zurich,C=CH" | ||
#Provide the consensus protocol | ||
PROTOCOL=ibft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.