-
Once #152 is complete, the remaining networks should be moved to using the new fabric network configuration and will also require the creation of connection profiles.
The big problem here is with thi…
-
Currently, in verify lambda function, we are verifying the user by sending a salt to user's service and getting in return the hashed result of chain code and salt.
You are getting the user's servic…
-
When I run `fablo init node rest` and `fablo up` on a new directory, I should be able to run the sample network. Instead, I get a `no such image: softwaremill/fablo-rest:"0.1.0": invalid reference for…
-
using:
1) ./network.sh up
2) ./network.sh createChannel
3) ./network.sh deployCC ....
Chaincode is working properly by invoking functions ( addasset, query, etc.). But chaincode list return empt…
-
This is my current configuration but when I try to setup the network I receive the error below. Also the CouchDb instances are not starting for both peers. What could be the solution?
`Error: error g…
-
Move `emissionscontract` to separate dir in the chaincode dir because with the `datalock` chaincode we start having multiple chaincodes in the same channel. With the restructuring, `deployCC.sh` and a…
-
I have a simple chaincode setup which writes to a single PDC. The collections config is defined as follows
```json
[
{
"name": "CollectionOne",
"policy": "OR('Org1MSP.member')",
…
-
## Nossa empresa
[https://goledger.com.br](https://goledger.com.br)
A GoLedger é uma startup especializada em desenvolver sob demanda Blockchains Privados e Permissionados.
Realizar …
-
# ISSUE
## 說明 (Description)
組織設anchor-peer後,discover機制可以取得channel的其他peer,與endorsement policy
## 種類 (Issue Type)
[x] Feature Request
[ ] Report Bug
[ ] Other
---
## 新功能 (Feature Request)
…
-
There are 2 java contracts
samples/fabcar/java
api/fixed-asset/java
Both appear to require java 8 but when attempting to deploy both return with similar error messages
```
Compiling Java code…