|
Re: Running same application from multiple users
Yes. You can have multiple fabric users in the CitizenOrg. But, it will bring no benefit because inhabitants will not update the ledger, while it will make the inhabitant-application more
Yes. You can have multiple fabric users in the CitizenOrg. But, it will bring no benefit because inhabitants will not update the ledger, while it will make the inhabitant-application more
|
By
conanoc
·
#9856
·
|
|
Fabric contributor meeting - April 14, 2021
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
Hyperledger Fabric Contributor Meeting
When: Every other Wednesday 9am US Eastern, 13:00 UTC
Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Agendas and Recordings:
|
By
David Enyeart
·
#9855
·
|
|
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@...>
·
#9854
·
|
|
Re: Running same application from multiple users
You can have a Fabric user for each citizen with certificate issued by the CitizenOrg. Inside the certificate of each citizen you can add attributes. For example you can add a user ID, user account
You can have a Fabric user for each citizen with certificate issued by the CitizenOrg. Inside the certificate of each citizen you can add attributes. For example you can add a user ID, user account
|
By
Tsvetan Georgiev
·
#9853
·
|
|
Re: Running same application from multiple users
I would make two org for the BC network: CityOrg and CitizenOrg. And register one user for each Org. I would make two applications. One for city staff and one for inhabitants. Every inhabitant in the
I would make two org for the BC network: CityOrg and CitizenOrg. And register one user for each Org. I would make two applications. One for city staff and one for inhabitants. Every inhabitant in the
|
By
conanoc
·
#9852
·
|
|
Private Chaincode Lab - Tue, 04/13/2021
#cal-notice
Private Chaincode Lab
When:
Tuesday, 13 April 2021
8:00am to 9:00am
(GMT-07:00) America/Los
Private Chaincode Lab
When:
Tuesday, 13 April 2021
8:00am to 9:00am
(GMT-07:00) America/Los
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#9851
·
|
|
Re: AWS cloud HSM with hyperledger
#hyperledger-fabric
You can follow the configuration instructions in the fabric docs here: https://hyperledger-fabric.readthedocs.io/en/release-2.2/hsm.html
Just make sure you match the docs version to the Fabric version
You can follow the configuration instructions in the fabric docs here: https://hyperledger-fabric.readthedocs.io/en/release-2.2/hsm.html
Just make sure you match the docs version to the Fabric version
|
By
Chris Gabriel <alaskadd@...>
·
#9850
·
|
|
Re: AWS cloud HSM with hyperledger
#hyperledger-fabric
I didn't find any blog around fabric using AWS cloudshm, however, I understand that I need to run aws hsm client on the same machine fabric component would run. Can someone suggest what the PKCS11
I didn't find any blog around fabric using AWS cloudshm, however, I understand that I need to run aws hsm client on the same machine fabric component would run. Can someone suggest what the PKCS11
|
By
Kumar Shantanu
·
#9849
·
|
|
Re: Running same application from multiple users
Thanks. So in case there is an smart city IoT based BC network with sensors measurements. If I would like to register a new user (inhabitant of the city) to just view the data (temperature in an area)
Thanks. So in case there is an smart city IoT based BC network with sensors measurements. If I would like to register a new user (inhabitant of the city) to just view the data (temperature in an area)
|
By
Nikos Karamolegkos
·
#9848
·
|
|
Re: Channel Configuration Inspector
#hyperledger-fabric
#channel
Very cool! Would love to see it in Labs!
Brian
On 4/12/21 4:46 AM, Eugene Aseev wrote:
-- Brian BehlendorfGeneral Manager for Blockchain,
Very cool! Would love to see it in Labs!
Brian
On 4/12/21 4:46 AM, Eugene Aseev wrote:
-- Brian BehlendorfGeneral Manager for Blockchain,
|
By
Brian Behlendorf <bbehlendorf@...>
·
#9847
·
|
|
Re: Running same application from multiple users
Suppose that your chaincode function only allows identities from ManagerOrg, then you will check if the getMSPID() equals "ManagerOrg".
You also could use ctx.clientIdentity.getID() if you want to
Suppose that your chaincode function only allows identities from ManagerOrg, then you will check if the getMSPID() equals "ManagerOrg".
You also could use ctx.clientIdentity.getID() if you want to
|
By
conanoc
·
#9846
·
|
|
Re: Channel policy
#hyperledger-fabric
You may construct the policies manually using a tool like configtxgen or the protos directly.
There is an enhancement request in JIRA https://jira.hyperledger.org/browse/FAB-15296 if anyone is
You may construct the policies manually using a tool like configtxgen or the protos directly.
There is an enhancement request in JIRA https://jira.hyperledger.org/browse/FAB-15296 if anyone is
|
By
Jason Yellick <jyellick@...>
·
#9845
·
|
|
Re: AWS cloud HSM with hyperledger
#hyperledger-fabric
BTW, I see nothing wrong with the official docs containing these kinds of links. Being helpful to new users should take precedence over concerns about the appearance of favoring one
BTW, I see nothing wrong with the official docs containing these kinds of links. Being helpful to new users should take precedence over concerns about the appearance of favoring one
|
By
Brian Behlendorf <bbehlendorf@...>
·
#9844
·
|
|
Channel policy with affiliations
#hyperledger-fabric
Hi, we have a basic commercial network that apart from having admins, nodes and clients, we need to have users (individual citizens) that transact on the network. The problem is that we need to give
Hi, we have a basic commercial network that apart from having admins, nodes and clients, we need to have users (individual citizens) that transact on the network. The problem is that we need to give
|
By
spectre-@...
·
#9843
·
|
|
Channel policy
#hyperledger-fabric
How do I reference organizational units in channel config policies? Org1MSP.department.client does not work.
How do I reference organizational units in channel config policies? Org1MSP.department.client does not work.
|
By
spectre-@...
·
#9842
·
|
|
Re: AWS cloud HSM with hyperledger
#hyperledger-fabric
Thanks, Chris,
I will try and google :)
Would you be able to share some of those links if you have them handy, it might be beneficial for others as well searching through this mailing
Thanks, Chris,
I will try and google :)
Would you be able to share some of those links if you have them handy, it might be beneficial for others as well searching through this mailing
|
By
Kumar Shantanu
·
#9841
·
|
|
Re: Running same application from multiple users
So the papercontract.js checks if the user (i.e Isabella) can invoke the transaction? How?
So the papercontract.js checks if the user (i.e Isabella) can invoke the transaction? How?
|
By
Nikos Karamolegkos
·
#9840
·
|
|
Re: AWS cloud HSM with hyperledger
#hyperledger-fabric
Hello Shantanu,
The documentation purposefully leaves out any mention of vendor-specific platforms or technologies and leaves that part to the user. There are some who have posted articles on Medium
Hello Shantanu,
The documentation purposefully leaves out any mention of vendor-specific platforms or technologies and leaves that part to the user. There are some who have posted articles on Medium
|
By
Chris Gabriel <alaskadd@...>
·
#9839
·
|
|
AWS cloud HSM with hyperledger
#hyperledger-fabric
Hello Team,
Do we have any documentation around how to use AWS cloud HSM with hyperledger fabric.
Thanks
Shantanu
Hello Team,
Do we have any documentation around how to use AWS cloud HSM with hyperledger fabric.
Thanks
Shantanu
|
By
Kumar Shantanu
·
#9838
·
|
|
Channel Configuration Inspector
#hyperledger-fabric
#channel
Hey everyone,
Hyperledger Fabric Channel Configuration Inspector is a Vue.js-based tool to visually inspect a channel configuration: https://github.com/chainstack/hlf-config-inspector
Here at
Hey everyone,
Hyperledger Fabric Channel Configuration Inspector is a Vue.js-based tool to visually inspect a channel configuration: https://github.com/chainstack/hlf-config-inspector
Here at
|
By
Eugene Aseev <ea@...>
·
#9837
·
|