|
asset size during transaction, caliper measurements
2 messages
Hello, I am looking to evaluate my BC network. So I am looking for directions like this. I am wondering what is the asset size and how can I find it in my BC network? Is the size of the payload during
Hello, I am looking to evaluate my BC network. So I am looking for directions like this. I am wondering what is the asset size and how can I find it in my BC network? Is the size of the payload during
|
By
Nikos Karamolegkos
·
|
|
Fabric Contributor Meeting - November 16, 2022
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 14:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
Hyperledger Fabric Contributor Meeting When: Every 4th Wednesday 9am US Eastern, 14:00 UTC Where: https://zoom.us/j/5184947650?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Agendas and Recordings: https://wiki
|
By
David Enyeart
·
|
|
Now: Private Chaincode Lab - Tuesday, November 15, 2022
#cal-notice
Private Chaincode Lab When: Tuesday, November 15, 2022 8:00am to 9:00am (UTC-08:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer
Private Chaincode Lab When: Tuesday, November 15, 2022 8:00am to 9:00am (UTC-08:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer
|
By
Group Notification
·
|
|
build client application running in container or pod
2 messages
Hello, How can I build my client application to run in container (or pod if k8s used)? Is there any example? I can not find something more than that Thanks, -- Nikos Karamolegkos R & D engineer at ICS
Hello, How can I build my client application to run in container (or pod if k8s used)? Is there any example? I can not find something more than that Thanks, -- Nikos Karamolegkos R & D engineer at ICS
|
By
Nikos Karamolegkos
·
|
|
Can HLF network be used as-a-service
Is it possible to use the HLF network-as-a-service? If so, how can this be done?
Is it possible to use the HLF network-as-a-service? If so, how can this be done?
|
By
FemGeek
·
|
|
How to package HLF network with chaincode and application for production
Hello, I need to package up the network code, my altered asset-transfer-basic chaincode and application into a folder to be integrated into a VM for the UI implementation. process. I'm asked to clean
Hello, I need to package up the network code, my altered asset-transfer-basic chaincode and application into a folder to be integrated into a VM for the UI implementation. process. I'm asked to clean
|
By
FemGeek
·
|
|
hyperledger fabric getting start error
Hii Danny, Can you try changing your yaml file like this. volumes: orderer.example.com: peer0.org1.example.com: peer0.org2.example.com:
Hii Danny, Can you try changing your yaml file like this. volumes: orderer.example.com: peer0.org1.example.com: peer0.org2.example.com:
|
By
danny jollin
·
|
|
回覆: Hyperledger Fabric] Setting up network using Fabric CA
Hi Cindy, Fo the test-network, if you check the fabric-ca-server-config.yaml file, which defines the configuration of a given CA, you’ll see the TLS section enabled, which explains where the TLS CA ce
Hi Cindy, Fo the test-network, if you check the fabric-ca-server-config.yaml file, which defines the configuration of a given CA, you’ll see the TLS section enabled, which explains where the TLS CA ce
|
By
Sam Venzi
·
|
|
回覆: [Hyperledger Fabric] Setting up network using Fabric CA
Hi Samuel, You said "each CA has its own TLS CA certificate", I don't understand where these TLS CA certificates come from. Don't we need a TLS ca server to issue these TLS CA certificates? Thanks and
Hi Samuel, You said "each CA has its own TLS CA certificate", I don't understand where these TLS CA certificates come from. Don't we need a TLS ca server to issue these TLS CA certificates? Thanks and
|
By
Cindy Qian
·
|
|
Setting up network using Fabric CA
2 messages
Hi, I have a question: When we set up a fabric network using ca, at least we need one ca for each organization for enrollment purposes and one TLS ca for issuing all tls server certificates for all no
Hi, I have a question: When we set up a fabric network using ca, at least we need one ca for each organization for enrollment purposes and one TLS ca for issuing all tls server certificates for all no
|
By
Cindy Qian
·
|
|
Now: Private Chaincode Lab - Tuesday, November 8, 2022
#cal-notice
Private Chaincode Lab When: Tuesday, November 8, 2022 8:00am to 9:00am (UTC-08:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer:
Private Chaincode Lab When: Tuesday, November 8, 2022 8:00am to 9:00am (UTC-08:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer:
|
By
Group Notification
·
|
|
fabric client -Submit error (java sdk)
hi, I am able to to submit the transactions using" peer chaincode invoke" command . But when I am trying to submit the transactions using fabric client sdk (java), following error is coming at peer lo
hi, I am able to to submit the transactions using" peer chaincode invoke" command . But when I am trying to submit the transactions using fabric client sdk (java), following error is coming at peer lo
|
By
jeff.jo95z@...
·
|
|
Virtual meetup with demo of formally verified chaincode generation for Fabric on Nov 19
The developers of the fabric-chaincode-ocaml lab will talk about their work and run a demo of enabling formal specification & verification of Hyperledger Fabric chaincode at a virtual meetup on Friday
The developers of the fabric-chaincode-ocaml lab will talk about their work and run a demo of enabling formal specification & verification of Hyperledger Fabric chaincode at a virtual meetup on Friday
|
By
David Boswell
·
|
|
set up new network
3 messages
Hi All, please help me to solve an error that i encountered when i wanted to follow this instruction to build up a network : https://hyperledger-fabric.readthedocs.io/en/release-2.2/write_first_app.ht
Hi All, please help me to solve an error that i encountered when i wanted to follow this instruction to build up a network : https://hyperledger-fabric.readthedocs.io/en/release-2.2/write_first_app.ht
|
By
jalal hoseyni
·
|
|
Fabric client-java Submit transaction problem
5 messages
hi , While doing a submit transaction from fabric client,below error is coming: org.hyperledger.fabric.client.SubmitException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded afte
hi , While doing a submit transaction from fabric client,below error is coming: org.hyperledger.fabric.client.SubmitException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded afte
|
By
jeff.jo95z@...
·
|
|
Now: Private Chaincode Lab - 11/01/2022
#cal-notice
Private Chaincode Lab When: 11/01/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
Private Chaincode Lab When: 11/01/2022 8:00am to 9:00am (UTC-07:00) America/Los Angeles Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 Organizer: Marcus Branden
|
By
Group Notification
·
|
|
Fabric client java-getting blockheight
hi, For fabric gateway ,blockheight was found like this: Contract qscc = networkObj.getContract("qscc"); byte[] resultTran = qscc.evaluateTransaction("GetChainInfo", "channelName"); Ledger.BlockchainI
hi, For fabric gateway ,blockheight was found like this: Contract qscc = networkObj.getContract("qscc"); byte[] resultTran = qscc.evaluateTransaction("GetChainInfo", "channelName"); Ledger.BlockchainI
|
By
jeff.jo95z@...
·
|
|
Dear Friends,
2 messages
Hi, Thanks for your good solutions to permissioned blockchain, please help me to solve an error that i encountered when i wanted to follow this instruction to build up a network : https://hyperledger-
Hi, Thanks for your good solutions to permissioned blockchain, please help me to solve an error that i encountered when i wanted to follow this instruction to build up a network : https://hyperledger-
|
By
jalal hoseyni
·
|
|
Hyperledger TOC Election Call for Nominations process closes on Oct 31
As a reminder, the Technical Oversight Committee (TOC) election will happen from November 1 to 30, 2022 and we are currently accepting nominations for people who would like to run in the election. Not
As a reminder, the Technical Oversight Committee (TOC) election will happen from November 1 to 30, 2022 and we are currently accepting nominations for people who would like to run in the election. Not
|
By
David Boswell
·
|
|
Event: Documentation Workgroup monthly call - 10/28/2022
#cal-reminder
Reminder: Documentation Workgroup monthly call When: 10/28/2022 11:00am to 12:00pm (UTC-04:00) America/New York Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 O
Reminder: Documentation Workgroup monthly call When: 10/28/2022 11:00am to 12:00pm (UTC-04:00) America/New York Where: https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09 O
|
By
Group Notification
·
|