Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
64 views

I'm working on a smart contract using Hyperledger Fabric with TypeScript. I have the following model import { Object, Property } from 'fabric-contract-api'; @Object() export class PatientModel { @...
Khang's user avatar
  • 181
-1 votes
1 answer
231 views

I am trying to deploy a Java chaincode on Hyperledger Fabric using the test network (fabric_test). My Java project is a Maven project and java version used is 11. I am running Hyperledger Fabric ...
minteck ui's user avatar
-3 votes
1 answer
86 views

I am working on the fabric test network trying to fetch blocks by number and check the block hash, and i use fabric 2.5 with the new fabric gateway api. I insert a data and check the transaction for ...
Rithick Guru's user avatar
0 votes
1 answer
110 views

I am trying to setup Hyperledger Fabric (v2.2.7) in Mac M1 Pro and using Docker Desktop v4.32.0. I was setting two organisation network. I was able to setup Peers, CA, Orderers in both Organisations ...
Sidhu's user avatar
  • 1
0 votes
1 answer
96 views

I was trying the steps mentioned for the deployment of Asset Transfer Basic Chaincode mentioned here. https://github.com/hyperledger/fabric-samples/tree/main/asset-transfer-basic I could deploy the ...
Gokul Alex's user avatar
1 vote
0 answers
54 views

I written following a hyperledger chaincode. I am storing medicine details in public state & order details in private state. Inside this contract I am getting medicine details, order details, ...
pramod's user avatar
  • 11
-2 votes
1 answer
87 views

It is possible to use external builders and launchers, but not to use ccaas, so I don't have to modify my actual chaincode and I could deploy it on K8s? Is there any example with java script chaincode ...
J.F.'s user avatar
  • 403
0 votes
1 answer
190 views

I am getting a Hyperledger Fabric CouchDB index not found error... 2023-09-17 23:48:58.084 UTC [chaincode] HandleTransaction -> ERRO 051 [ce5a14fc] Failed to handle GET_QUERY_RESULT. error: error ...
icordoba's user avatar
  • 1,959
1 vote
0 answers
120 views

Good day I am new to Hyperledger fabric (using version 2.5.3) and struggling with test network. I am trying to interact with the network using peer CLi. I was following steps shown in the tutorial for ...
oleteane's user avatar
-1 votes
1 answer
84 views

I want to store Log file data on the private blockchain Hyperledger fabric. Please tell me is it possible? If yes, the what steps I need to follow? and what are the steps? To store Log data Line by ...
Aviral's user avatar
  • 1
2 votes
0 answers
155 views

I want to use gRPC in fabric chaincode to achieve cross-chain communcation instead of using fabric SDK. But when I invoke chaincode function on fabric-sample/test-network, it always occurs errors. ...
Lawrence Yang's user avatar
2 votes
3 answers
1k views

I 'm new to Hyperleger Fabric and trying to done examples from Using the Fabric test network documentation. I'm stuck on the phase of starting a chaincode on the channel. I am getting error located ...
umitkilic's user avatar
  • 353
1 vote
0 answers
80 views

I have setup a Two node Kubernetes network, Installed hlf-operator. Created 2 organisations network with channel "mychannel" and external chain code "mycc". Now I want to create a ...
Dhrumil's user avatar
  • 29
0 votes
1 answer
171 views

I am trying to set up a hyperledger network with four different organizations and four peers (one from each organization). I have to deploy two chain codes on all four peers. one is InsuranceChaincode ...
ADARSH MORADIYA's user avatar
0 votes
1 answer
144 views

How to write a function in the chaincode to retrieve all transactions with validation details like valid or invalid in go lang? then I will call it from the peer container using invoke function. I ...
فواز's user avatar
0 votes
1 answer
117 views

i run this function in chaincode under hyperledger fabric: func (c *SmartContract) InitiateUser(ctx contractapi.TransactionContextInterface, userID string) error { // Generate a new ECC key pair ...
Chahrazex's user avatar
-1 votes
1 answer
83 views

The task is to transfer assets from fabric to another blockchain. For the unlock/lock token contract, it is necessary to come up with a place to store tokens for the time of their blocking. I decided ...
Hacer's user avatar
  • 1
0 votes
2 answers
446 views

I am trying to run a rewards example on .hyperledger 2.2. The contract is successfully packaged and deployed. I was also able to run the application successfully and enroll admin and user. Chaincode ...
Ninjo's user avatar
  • 3
0 votes
2 answers
139 views

I'm trying to understand the life cycle of a Hyperledger Fabric chaincode and how it's different from the life cycle of a traditional application. Can someone explain the different stages that a ...
K JH's user avatar
  • 29
-1 votes
1 answer
294 views

I am confused ,when I am following fabric-samples (asset-transfer-basic --->https://github.com/hyperledger/fabric-samples/blob/main/asset-transfer-basic/chaincode-go/chaincode/smartcontract.go) ...
Nikhil Dasari's user avatar
0 votes
1 answer
233 views

How to interact multiple chaincode in go lang for hyperledger fabric how to call one function into another chaincode in hyperledger fabric
Arihant Sameer's user avatar
2 votes
1 answer
61 views

In my project, I am using a wrapper structure, that is defined similar to this: type Wrapper[T any] struct { Foo int Data T } Additionally, my chain code offers a method with the following ...
Andreas's user avatar
  • 31
0 votes
0 answers
3k views

I have already run my hyperledger fabric network. So I have already registered, enrolled and put into couchdb wallet my users. Now I try to evaluate transaction 'ClientAccountBalance'. My node.js app: ...
Ivan's user avatar
  • 311
1 vote
1 answer
182 views

I am trying to calculate the private data object's hash using sha256 hashing algorithm. The requirement is to calculate the hash of private data object and match it with the hash stored on the ledger ...
Akshay Sood's user avatar
  • 6,834
0 votes
1 answer
61 views

Is it possible to develop the node SDK part of a Hyperledger Fabric project with a microservice Nodejs project or with a simple Nodejs project?
Nassreddine MEKKI's user avatar

1
2 3 4 5
9