fabric-samples icon indicating copy to clipboard operation
fabric-samples copied to clipboard

Samples for Hyperledger Fabric

Results 164 fabric-samples issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/hyperledger/fabric-samples/discussions/824 Originally posted by **aruns05** September 7, 2022 Hello All I am going through the below section. it says git clone fabric-samples will also add a folder...

Hello team, I am using hyperledger fabric 2.4.9 test-network to build an application, the chaincode is written in Go using contract api. I have exposed the chaincode functions as REST...

``` soroosh@soroosh:/media/soroosh/my files/test project/fabric/fabric-samples/full-stack-asset-transfer-guide$ sudo just microfab Removing existing microfab container: microfab Stating microfab.... 1aaa16ba41f55821b952557b8e12a17b9dfc710babe080c5df96005d01e1255e weft microfab Process the ibp-microfab output; generates MSPCreds, Connection Profiles and Application wallets Options: --help...

I have followed the test-network documentation this command in the Interacting With The Network section causes and error: peer chaincode invoke -o localhost:7050 --ordererTLSHostnameOverride orderer.example.com --tls --cafile "${PWD}/organizations/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem" -C mychannel...

Error: invalid argument "duration" for "--connTimeout" flag: time: invalid duration duration

I installed fabric 2.0 and fabric samples,followed the tutorial **https://hyperledger-fabric.readthedocs.io/en/latest/test_network.html** After I ran the instruction `./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-javascript -ccl javascript`, I checked the docker by using `docker...

## ERROR Run `./network.sh up createChannel`, then "peer" and "order" were found exited right now, which are supposed to be up all the time. ![image](https://github.com/hyperledger/fabric-samples/assets/58315946/507f5c4c-e6e3-460b-943f-2ea926c43faf) So "Error: Post "https://localhost:7053/participation/v1/channels": dial...

In fabric samples UTXO usecase I tried running the Transfer function but got the below issue. Error: endorsement failure during invoke. response: status:500 message:"utxoInput YOUR_UTXO_KEY not found for client eDUwOTo6Q049bWludGVyLE9VPWNsaWVudCxPPUh5cGVybGVkZ2VyLFNUPU5vcnRoIENhcm9saW5hLEM9VVM6OkNOPWNhLm9yZzEuZXhhbXBsZS5jb20sTz1vcmcxLmV4YW1wbGUuY29tLEw9RHVyaGFtLFNUPU5vcnRoIENhcm9saW5hLEM9VVM="...

OS: Linux 6.1.11-arch1-1 x86_64 Docker version 23.0.1, build a5ee5b1dfc run: `$ ./fabcar/startFabric.sh javascript` result: ``` Channel 'mychannel' created Joining org1 peer to the channel... Using organization 1 + peer channel...

![微信截图_20230402153019](https://user-images.githubusercontent.com/54922248/229339050-9638bc58-6540-456b-98ad-cfa904f43571.png) When we run ```shell sudo ./monitordocker.sh net_test ``` , we may encounter a problem from docker, since we have not create docker network for `./monitordocker.sh` So, we need execute...