|
how certificates get derived from the real fabric-ca-server certificate in hfc-key-store in hyperledger?
#fabric
#fabricca
#fabric-sdk-node
I'd like to explain what I understand correctly first and if I'm right, please tell me the truth and if I'm mistaken, tell me also that I'm mistaken. My explanation is about how hyperledger network an
I'd like to explain what I understand correctly first and if I'm right, please tell me the truth and if I'm mistaken, tell me also that I'm mistaken. My explanation is about how hyperledger network an
|
By
...
· #4874
·
|
|
ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Hello All! I wrote my chaincode using Node.js API, and now I'm trying to instantiate. image: hyperledger/fabric-peer:1.4.5 My package.json has the follow source: // ------------------- { "name": "demo
Hello All! I wrote my chaincode using Node.js API, and now I'm trying to instantiate. image: hyperledger/fabric-peer:1.4.5 My package.json has the follow source: // ------------------- { "name": "demo
|
By
Magno Alves Cavalcante
· #8339
·
|
|
ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Hello - the module is `fabric-contract-api` rather than chaincode-api:-) Regards, Matthew. Matthew B White IBM Blockchain Solutions Architect Email me at WHITEMAT@... Find me on StackOverflow,
Hello - the module is `fabric-contract-api` rather than chaincode-api:-) Regards, Matthew. Matthew B White IBM Blockchain Solutions Architect Email me at WHITEMAT@... Find me on StackOverflow,
|
By
Matthew White
· #8345
·
|
|
ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Thanks Matthew! I changed the source code of my "package.json" as Matthew indicated, and my chaincode was successfully instantiated. Explanation: (1) I wrote my package.json with reference to the pack
Thanks Matthew! I changed the source code of my "package.json" as Matthew indicated, and my chaincode was successfully instantiated. Explanation: (1) I wrote my package.json with reference to the pack
|
By
Magno Alves Cavalcante
· #8346
·
|
|
ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
https://jira.hyperledger.org/browse/FABCN-405 https://github.com/hyperledger/fabric-chaincode-node/pull/150 thanks for pointing this out! Ry
https://jira.hyperledger.org/browse/FABCN-405 https://github.com/hyperledger/fabric-chaincode-node/pull/150 thanks for pointing this out! Ry
|
By
Ry Jones
· #8347
·
|
|
Fabric Java SDK for using Channel-based event hub service
#fabric-sdk-java
#fabric-sdk-node
#hyperledger-fabric
I am trying to use Fabric Java SDK to perform chaincode related operations. For this purpose, I wish to make use of the new Channel Event Hub functionality for listening to different events, mainly Bl
I am trying to use Fabric Java SDK to perform chaincode related operations. For this purpose, I wish to make use of the new Channel Event Hub functionality for listening to different events, mainly Bl
|
By
chintanr97@...
· #8417
·
|
|
Dynamically assign endorsing or chaincode query role to channel peers in the Fabric Node SDK
#fabric-sdk-node
#fabric
#hyperledger-fabric
I am using the following Fabric Versions: 1. Fabric binaries: 1.4.4. 2. Fabric Node SDK version: 1.4.9 (fabric-network, fabric-client, fabric-ca-client). 3. Node.js version: v8.10.0 I wish to perform
I am using the following Fabric Versions: 1. Fabric binaries: 1.4.4. 2. Fabric Node SDK version: 1.4.9 (fabric-network, fabric-client, fabric-ca-client). 3. Node.js version: v8.10.0 I wish to perform
|
By
chintanr97@...
· #8581
·
|
|
Supplying custom CSR with EnrolmentRequest in node-sdk fails
#fabric-ca
#fabric-sdk-node
#fabricca
#fabric
I have a single-org setup running with one Fabric CA. CA Server is running with MySQL. I'm using NodeSDK to connect and issue transactions to chaincode. I'm able to set Country, State, Locality, Organ
I have a single-org setup running with one Fabric CA. CA Server is running with MySQL. I'm using NodeSDK to connect and issue transactions to chaincode. I'm able to set Country, State, Locality, Organ
|
By
Mrudav Shukla
· #5903
·
|
|
#fabric #fabric-sdk-node #hyperledger-fabric
#hyperledger-fabric
#fabric
#fabric-sdk-node
Hi, In version 2.0 of the node sdk for fabric it appears channel.queryBlock, channel.queryBlockByHash, channel.queryInfo and similar have been removed from fabric-network. How does one now query block
Hi, In version 2.0 of the node sdk for fabric it appears channel.queryBlock, channel.queryBlockByHash, channel.queryInfo and similar have been removed from fabric-network. How does one now query block
|
By
...
· #8394
·
|
|
Channel members management
#fabric-sdk-node
#fabric
Since there is no fabric-client anymore, what are solutions for automated(scripted) dynamic update of channel configuration? In my use-case organizations should be able to dynamically add each other t
Since there is no fabric-client anymore, what are solutions for automated(scripted) dynamic update of channel configuration? In my use-case organizations should be able to dynamically add each other t
|
By
...
· #8405
·
|
|
ERR! 404 Not Found - GET https://registry.npmjs.org/fabric-chaincode-api - Not found
#fabric-sdk-node
Thanks for reporting that... and Ry for putting in the PR! Will merge it shortly. Sorry about that.. can't believe I put the wrong name in that doc :-( Regards, Matthew. Matthew B White IBM Blockchain
Thanks for reporting that... and Ry for putting in the PR! Will merge it shortly. Sorry about that.. can't believe I put the wrong name in that doc :-( Regards, Matthew. Matthew B White IBM Blockchain
|
By
Matthew White
· #8356
·
|
|
Does the new Hyperledger fabric sdk support chaincode installation and instantiation?
#fabric-sdk-node
#fabric-questions
This is a statement from Hyperledger Fabric NodeJS SDK v2.2 documentation in the section "Migrating client applications from v1.4 to v2.0": Note that the SDK no longer aims to provide administrative a
This is a statement from Hyperledger Fabric NodeJS SDK v2.2 documentation in the section "Migrating client applications from v1.4 to v2.0": Note that the SDK no longer aims to provide administrative a
|
By
sangopher
· #9230
·
|
|
Facing connection issue with fabric-network sdk
#fabric-sdk-node
#fabric
#grpc
Hi All, We have this simple nodejs application which writes records to peers. We are using the fabric-network latest npm release(2.2.2) in our application. We were sending concurrent request (like 50
Hi All, We have this simple nodejs application which writes records to peers. We are using the fabric-network latest npm release(2.2.2) in our application. We were sending concurrent request (like 50
|
By
susheeldighade@...
· #9155
·
|
|
Facing connection issue with fabric-network sdk
#fabric-sdk-node
#fabric
#grpc
We have seen this and we are working on a fix https://jira.hyperledger.org/browse/FABN-1646
We have seen this and we are working on a fix https://jira.hyperledger.org/browse/FABN-1646
|
By
...
· #9156
·
|
|
#fabric-sdk-node #hyperledger-fabric
#fabric-sdk-node
#hyperledger-fabric
Just to avoid duplication of effort: https://stackoverflow.com/questions/63628826/error-cannot-find-module-fabric-client-in-fabric-1-2
Just to avoid duplication of effort: https://stackoverflow.com/questions/63628826/error-cannot-find-module-fabric-client-in-fabric-1-2
|
By
Mark Lewis
· #8934
·
|
|
#fabric-chaincode #hyperledger-fabric #fabric-sdk-node , peer lifecycle chaincode install issue
#fabric-chaincode
#hyperledger-fabric
#fabric-sdk-node
Hi Chris, Here is the package command: # peer lifecycle chaincode package chaincode.tar.gz --path chaincode/chaincode/javascript/ --lang nod e --label counter_v1 2020-08-28 06:04:04.548 UTC [bccsp] Ge
Hi Chris, Here is the package command: # peer lifecycle chaincode package chaincode.tar.gz --path chaincode/chaincode/javascript/ --lang nod e --label counter_v1 2020-08-28 06:04:04.548 UTC [bccsp] Ge
|
By
Bozhidar Ignatov
· #8927
·
|
|
#fabric-sdk-node #hyperledger-fabric
#fabric-sdk-node
#hyperledger-fabric
Error : Cannot find Module 'fabric-client' in fabric 1.2 Even after trying "npm update" command, still i am facing fabric-client error. The error details given below Fabric version - 1.2 | OS - Amazon
Error : Cannot find Module 'fabric-client' in fabric 1.2 Even after trying "npm update" command, still i am facing fabric-client error. The error details given below Fabric version - 1.2 | OS - Amazon
|
By
Abhay Prasad
· #8928
·
|
|
#fabric-sdk-node #hyperledger-fabric
#fabric-sdk-node
#hyperledger-fabric
Hello Abhay, Are you using Amazon managed blockchain by chance? If so, they may be multiple versions behind where you would be if you were using native Fabric deployment on AWS. If you are using a nat
Hello Abhay, Are you using Amazon managed blockchain by chance? If so, they may be multiple versions behind where you would be if you were using native Fabric deployment on AWS. If you are using a nat
|
By
...
· #8931
·
|
|
Does the new Hyperledger fabric sdk support chaincode installation and instantiation?
#fabric-sdk-node
#fabric-questions
The v2.2 Node SDK does not have the specific support in its API for deploying chaincode that the v1.4 Node SDK had. This is down to the development effort required to produce and continue to maintain
The v2.2 Node SDK does not have the specific support in its API for deploying chaincode that the v1.4 Node SDK had. This is down to the development effort required to produce and continue to maintain
|
By
Mark Lewis
· #9239
·
|
|
回复: [Hyperledger Fabric] Does the new Hyperledger fabric sdk support chaincode installation and instantiation?
#fabric-sdk-node
#fabric-questions
Thanks for Mark‘s referral of my open source helper. It is always welcome to use, comment and contribute for `npm khala-fabric-admin` Best Regards, David Liu 发件人: Mark.S.Lewis@... 发送时间: 2020年1
Thanks for Mark‘s referral of my open source helper. It is always welcome to use, comment and contribute for `npm khala-fabric-admin` Best Regards, David Liu 发件人: Mark.S.Lewis@... 发送时间: 2020年1
|
By
...
· #9240
·
|