44936/what-the-use-role-when-registering-user-hyperledger-fabric
fabric_ca_client.register({enrollmentID: 'user', affiliation: 'org1',role: 'client'}, admin_user)
When you register a user, that user becomes a node in the network. A node can be one of the following three:
role:client is used to specify the type of node the user is.
A client is a node that submits transactions-invocation.
So, RLPx is a protocol suite. It ...READ MORE
You can find the details you want ...READ MORE
Hey, @Harinishree, You can also do one thing, ...READ MORE
Hyperledger client SDK is a component used ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE
To read and add data you can ...READ MORE
Let me explain with an example. Suppose ...READ MORE
While hyperledger composer is a set of ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.