|
Working example of a Java SDK Code for Fabric Commercial Paper example
Hi,
I am new to this so sorry to ask this basic question. I am going through the examples provided in the fabric-samples package. The network is up and running and also I can run the JavaScript
Hi,
I am new to this so sorry to ask this basic question. I am going through the examples provided in the fabric-samples package. The network is up and running and also I can run the JavaScript
|
By
Rajeev Kuppadakath
·
#9878
·
|
|
Re: Use certificates from a non-Fabric CA with your Fabric network
#signcerts
#interoperability
#fabric-ca
#x509
People have used directly used certificates that were not issued by a Fabric CA as credentials within a Fabric network.
Luckily, there's really no magic here. You will need to set up the membership
People have used directly used certificates that were not issued by a Fabric CA as credentials within a Fabric network.
Luckily, there's really no magic here. You will need to set up the membership
|
By
Gari Singh
·
#9877
·
|
|
Re: Kubernetes proposes Hyperledger Fabric
Thanks for sharing this, Hakan. Will try to have a look soon and provide comments/suggestions.
Thanks for sharing this, Hakan. Will try to have a look soon and provide comments/suggestions.
|
By
Gari Singh
·
#9876
·
|
|
Re: How Check Names of Installed Smart Contracts
Hi Brian,
From within the peer container, run:
peer chaincode list —installed -C <channel name>
Doc reference here:
Hi Brian,
From within the peer container, run:
peer chaincode list —installed -C <channel name>
Doc reference here:
|
By
Chris Gabriel <alaskadd@...>
·
#9875
·
|
|
How Check Names of Installed Smart Contracts
Is there a terminal command I can run that will list the smart contracts installed on a peer?
Or some other way to get this information? Need it to debug some issues I'm having.
Tks.
Is there a terminal command I can run that will list the smart contracts installed on a peer?
Or some other way to get this information? Need it to debug some issues I'm having.
Tks.
|
By
Brian Carpenter
·
#9874
·
|
|
Membership
I confirm my email address and want to activate my membership.
I confirm my email address and want to activate my membership.
|
By
Peter Kolodziejski
·
#9873
·
|
|
ANNOUNCEMENT: Fabric Gateway technology preview in Hyperledger Fabric v2.4.0-alpha is now available!
The Hyperledger Fabric maintainers are pleased to announce the availability of Fabric v2.4.0-alpha!
Hyperledger Fabric v2.4.0-alpha introduces the new Fabric Gateway feature as a technology preview.
The Hyperledger Fabric maintainers are pleased to announce the availability of Fabric v2.4.0-alpha!
Hyperledger Fabric v2.4.0-alpha introduces the new Fabric Gateway feature as a technology preview.
|
By
David Enyeart
·
#9872
·
|
|
Re: using go routine in the chaincode
#fabric-chaincode
#fabric-questions
It's less about a race and more about consistency. (A race can cause an inconsistency.) Imagine that when you run the contract on peer one, the sequence observed by the ledger is ["data1", "data2"];
It's less about a race and more about consistency. (A race can cause an inconsistency.) Imagine that when you run the contract on peer one, the sequence observed by the ledger is ["data1", "data2"];
|
By
Matthew Sykes
·
#9871
·
|
|
using go routine in the chaincode
#fabric-chaincode
#fabric-questions
Hi,
Concurrency (using goroutine and go channel) can cause non-deterministic behavior in fabric.
I have not found any source or example on the use of Goroutines and go channels in fabric contracts; I
Hi,
Concurrency (using goroutine and go channel) can cause non-deterministic behavior in fabric.
I have not found any source or example on the use of Goroutines and go channels in fabric contracts; I
|
By
elmira <elmira.ebrahimi@...>
·
#9870
·
|
|
Kubernetes proposes Hyperledger Fabric
Dear Hyperledger Fabric Community,
I'd like to introduce Hyperledger Fabric Operator for Kubernetes:
https://github.com/raftAtGit/hl-fabric-operator
It's a wrapper around our previous work PIVT Helm
Dear Hyperledger Fabric Community,
I'd like to introduce Hyperledger Fabric Operator for Kubernetes:
https://github.com/raftAtGit/hl-fabric-operator
It's a wrapper around our previous work PIVT Helm
|
By
Hakan Eryargi
·
#9869
·
|
|
Hyperledger Project Quarterly Update Due #tsc-project-update - Thu, 04/15/2021
#tsc-project-update
#cal-notice
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 15 April 2021
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
Hyperledger Project Quarterly Update Due #tsc-project-update
When:
Thursday, 15 April 2021
Organizer:
community-architects@...
Description:
Please file a project status report for the TSC
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9868
·
|
|
Re: Hyperledger fabric in IoT application
Hi Nikos,
It really depends upon the use case. In mine, I use a raspberry pi as a server of IoT sensor data that gets polled for its data by an IoT gateway in Node Red, but the peers are running in
Hi Nikos,
It really depends upon the use case. In mine, I use a raspberry pi as a server of IoT sensor data that gets polled for its data by an IoT gateway in Node Red, but the peers are running in
|
By
Chris Gabriel <alaskadd@...>
·
#9867
·
|
|
Hyperledger fabric in IoT application
Hello everyone, I am new to BC and hyperledger. I would like to deploy a BC to an existing IoT network. I have not decide yet the architecture of the BC network (peer, orgs, etc) but I am thinking to
Hello everyone, I am new to BC and hyperledger. I would like to deploy a BC to an existing IoT network. I have not decide yet the architecture of the BC network (peer, orgs, etc) but I am thinking to
|
By
Nikos Karamolegkos
·
#9866
·
|
|
QSCC query equivalents for private collections
Hello community,
What would be the best approach to query an asset on a private collection by transaction ID?
Is there an equivalent of QSCC system chaincode APIs (such as
Hello community,
What would be the best approach to query an asset on a private collection by transaction ID?
Is there an equivalent of QSCC system chaincode APIs (such as
|
By
Simeon MacMillen
·
#9865
·
|
|
Use certificates from a non-Fabric CA with your Fabric network
#signcerts
#interoperability
#fabric-ca
#x509
Hello Community,
I'm working on a use case where I need to use certificates, which bind resources to identities, that have been already issued by an Authoritative CA with the Fabric Network I'm
Hello Community,
I'm working on a use case where I need to use certificates, which bind resources to identities, that have been already issued by an Authoritative CA with the Fabric Network I'm
|
By
sangieri@...
·
#9864
·
|
|
Re: Fabric Contributor Meeting - Wed, 04/14/2021
#cal-notice
Thank you all for the discussion of the "Orderer ledger snapshot" RFC on the Contributor Meeting!
The changes discussed on the call have been incorporated in the RFC text and the pull request has been
Thank you all for the discussion of the "Orderer ledger snapshot" RFC on the Contributor Meeting!
The changes discussed on the call have been incorporated in the RFC text and the pull request has been
|
By
Vitalii Demianets
·
#9863
·
|
|
Re: Running same application from multiple users
Hi folks, no need to reply to Jayakar here about his repeated thread-hijacking, we'll handle off-list. Thanks.
Brian
On 4/14/21 7:08 AM, Jayakar wrote:
Hi folks, no need to reply to Jayakar here about his repeated thread-hijacking, we'll handle off-list. Thanks.
Brian
On 4/14/21 7:08 AM, Jayakar wrote:
|
By
Brian Behlendorf <bbehlendorf@...>
·
#9862
·
|
|
Re: Running same application from multiple users
Proposing the interested to join at a Collaborative partnership network to build a Global Digital Healthcare Infrastructure by Integrated Apps & Devices in Hyperledger framework to proceed with a
Proposing the interested to join at a Collaborative partnership network to build a Global Digital Healthcare Infrastructure by Integrated Apps & Devices in Hyperledger framework to proceed with a
|
By
Jayakar <Jayakar_J_Joseph@...>
·
#9861
·
|
|
Fabric Contributor Meeting - Wed, 04/14/2021
#cal-notice
Fabric Contributor Meeting
When:
Wednesday, 14 April 2021
9:00am to 10:00am
(GMT-04:00) America/New
Fabric Contributor Meeting
When:
Wednesday, 14 April 2021
9:00am to 10:00am
(GMT-04:00) America/New
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9860
·
|
|
How to set up private data for each user identity in an org
I'm building out a basic digital asset transfer application for images. I'd like:
1) some of the data about the image (filename, base64_encode) to be public to everyone
2) some data (download_url) to
I'm building out a basic digital asset transfer application for images. I'd like:
1) some of the data about the image (filename, base64_encode) to be public to everyone
2) some data (download_url) to
|
By
Brian Carpenter
·
#9859
·
|