python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Not able to get the value of a custom attribute in hyperledger-fabric using cid.getAttributeValue function
Other than the 3 attributes hf.EnrollmentId, hf.type and hf.Affiliation, I've created a custom attribute named email and added it as attrs:[{name: 'email', value: rahul18@gmail.com, ecert: true}] and ...
Rahul Giridharan
Votes: 0
Answers: 2
ERRO 007 Visit /opt/gopath/src/github.com/chaincode/fabcar failed: lstat /opt/gopath/src/github.com/chaincode/fabcar: no such file or directory
I am following a course on Udemy and the author is using go lang for chaincode. The chaincode is present in the folder named "chaincode". I am trying to use fabcar javascript code and I have...
Chetan Ambi
Votes: 0
Answers: 0
How can I call one chaincode function inside another chaincode? [nodejs specific]
I'm using NodeJs to write the Hyperledger Fabric chaincode v2.x and using const { Contract } = require('fabric-contract-api')
I have 2 sets of chaincode, one to maintain the user and its wallet amount...

Shalabh Negi
Votes: 0
Answers: 2
Hyperledger K8 Network - Nodejs application
I am running a HLF samples k8 network locally (kind/ network up).
Now in the nodejs app on the host machine
const gateway = new Gateway();
const gatewayOpts: GatewayOptions = {
...
maxkart
Votes: 0
Answers: 0