TasinIshmam / blockchain-academic-certificates

Academic certificate issuing and verification application using Hyperledger Fabric and Nodejs
61 stars 33 forks source link

fabric-samples folder not found #4

Open MrSharpp opened 2 years ago

MrSharpp commented 2 years ago

at fabric-samples

cd test-network ./network.sh up createChannel -ca -c mychannel -s couchdb

Anjali-Gupta08 commented 2 years ago

Found the same error

TasinIshmam commented 2 years ago

Hi, I'm really sorry but I'm a bit busy with other commitments and can't offer much help in debugging these issues at the moment. By any chance, if you happen to find the problem, please do leave instructions on how you solved it.

victoryeo commented 2 years ago

I am able to run the command: ./network.sh up createChannel -ca -c mychannel -s couchdb

I get the fabric-samples following the documentation below: https://hyperledger-fabric.readthedocs.io/en/latest/install.html

Specifically, i use this command to obtain fabric-samples: curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.4.3 1.5.3

marygaewu commented 2 years ago

I have been able to get the project to run. Please send me an email to take you through the chaincode installation. my email is marygaewu1@gmail.com or on Discord Manesis#1461

SatyaAbhilash98 commented 2 years ago

I am able to run the web app but there is some issue with chaincode so if i am trying to log in its showing Error: make sure the chaincode fabcar_1 has been successfully defined on channel mychannel and try again: chaincode fabcar_1 not found Can anyone help

mnewlife commented 1 year ago

I am able to run the web app but there is some issue with chaincode so if i am trying to log in its showing Error: make sure the chaincode fabcar_1 has been successfully defined on channel mychannel and try again: chaincode fabcar_1 not found Can anyone help

Rename FABRIC_CHAINCODE_NAME from fabcar_1 to fabcar in your .env ffile and you should be good to go