-
## Description
I start memberservice and one vp.
memberservice configure is reference the asset.xml in the asset management 02 sample project as below
alice: 1 CMS10pEQlB16 bank_a 00001
bob: 1 NO…
-
**Description:** Develop and deploy smart contracts to manage user registration, authentication, and access control.
- [ ] Design the smart contract structure and functionality.
- [ ] Implement th…
-
During learning and comparing external chaincode
`bin/peer lifecycle chaincode package --label=diagnose --lang=external --path=...chaincode/golang/diagnose ccPackage.tar.gz`
I see the failure
`…
-
**Description**
- [ ] get documentation on IBM Cloud
- operational guide
- in general
- how to get access to a sgx-enabled VM and/or container and, for containers, what the intended de…
-
Node.js chaincode build containers require access to the npm registry when installing chaincode.
This becomes an issue for peers that are "offline" (e.g. peers from cloud providers) and do not have a…
-
Hello, I'm currently building a smart contract using go api from scratch and I'm reading this....
https://github.com/hyperledger/fabric-contract-api-go/blob/main/tutorials/getting-started.md
It invo…
-
Modify fabric to get emissions factors from postgres database in data/postgres/ instead of directly from Fabric's couchdb, possibly by specifying ip address/port connection to postgres or using a dock…
-
The scope of this discussion is captured at https://github.com/cncf/foundation/issues/617.
The issue at hand pertains to discussing whether there is an impact on the Hyperledger Foundation. Many of…
-
ChaincodeBase attempts to parse SSL certificates and keys provided by an external launcher in the following manner:
```
final SslContext createSSLContext() throws IOException {
final…
-
The [feature/fabric-operations-console](https://github.com/jkneubuh/fabric-samples/tree/feature/fabric-operations-console) branch has some progress on an integration with the OSS Fabric Console. This…