How to: |
Reference: |
Configuring the adapter consists of specifying connection and authentication information for each of the connections you want to establish.
or
From the Data Management Console, expand the Adapters folder.
In the DMC, the Adapters folder opens. In the Web Console, the Adapters page opens showing your configured adapters.
The Add Adapter to Configuration pane opens.
The following list describes the connection attributes for which you can supply values. To complete the attribute declaration, click the Configure button.
Is the logical name used to identify this set of connection attributes. The default is CON01.
Is the endorser endpoint (the URL of the endorsing peer, in gRPC format).
The function of an endorsing peer is to endorse a transaction before it is committed for a particular chaincode. Every chaincode can specify an endorsement policy that may refer to a set of endorsing peers. The policy defines the necessary and sufficient conditions for a valid transaction endorsement. For example:
PeerAdmin@grpc://lnxx64hl2.ibi.com:7051
Is the orderer endpoint (the URL of the ordering service node, in gRPC format).
The event hub is responsible for asynchronous processing of blockchain events. For example:
peer0@grpc://lnxx64hl2.ibi.com:7053
Is the event hub peer endpoint (URL of peers that form the event hub, in gRPC format).
The orderers form the ordering service, a communication fabric that provides delivery guarantees. For example:
orderer@grpc://lnxx64hl2.ibi.com:7050
Is the channel name.
A channel is a private blockchain overlay that allows for data isolation and confidentiality. A channel-specific ledger is shared across the peers in the channel, and transacting parties must be properly authenticated to a channel in order to interact with it. For example:
mychannel
Is the chaincode identifier.
A chaincode is software, running on a ledger, to encode assets and the transaction instructions (business logic) for modifying the assets. For example:
fabcar
Is the member (user) name.
A member is a legally separate entity that owns a unique root certificate for the network. Network components such as peer nodes and application clients will be linked to a member. For example:
PeerAdmin
Is the Membership Service Provider (MSP) Identifier.
The Membership Service Provider (MSP) refers to an abstract component of the system that provides credentials to clients and peers for them to participate in a Hyperledger Fabric network. Clients use these credentials to authenticate their transactions, and peers use these credentials to authenticate transaction processing results (endorsements). For example:
Org1MSP
Is the path to the enrollment certificate (ECert).
The ECert must have been signed by one of the Certificate Authorities (CAs) the blockchain network has been configured to trust. An enrolled user (having a signing key and ECert) can conduct chaincode instantiations, transactions, and queries with the channel. For example:
/qas/fabric_sdk100_sample/cert_car.pem
Is the path to the private key.
/qas/fabric_sdk100_sample/key_car.pem
Are additional Java Class directories or full path names that will be available for Java Services. For example:
C:\directory\filename1.jar C:\directory\filename2.jar
WebFOCUS | |
Feedback |