29783/hyperledger-fabric-pem-encoded-certificate-is-required
I am trying to access the remote peer from SDK using Hyperledger Fabric using following code
var peer = new Peer('Remote path', PemFile name)
it is giving me error that Error: PEM encoded certificate is required.
Hey, the syntax you are using is wrong. The right syntax is:
var peer = newPeer('Remote Path', { pem: 'PEM file name' })
Hyperledger client SDK is a component used ...READ MORE
Firstly, your web application will interact with ...READ MORE
Since it is a private blockchain platform, ...READ MORE
The consensus is achieved in the ordering ...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
The transactions in the network is ordered ...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.