alfahami / bcertificate

A Hyperledger blockchain network that automates the issuance, dispatch, and management of university's digital credentials (diplomas, skills, transcripts, degree certifications, etc).
5 stars 5 forks source link

Couldn't find the path fabric-samples/chaincode #1

Open sreenivasmalae opened 1 month ago

sreenivasmalae commented 1 month ago

In fabric-samples there is no folder name chaincode

Can you tell us exactly which fabric_version and fabric-ca_version were used in the project.

That will helps us to build the project

alfahami commented 1 month ago

Hello,

They probably change fabric-sample folder structure. The fabric_version and fabric-ca_version I've used was 2.4

Hope this can help.

alfahami commented 1 month ago

Hello,

I'll upload the fabric-samples folder as well, I've seen that Hyperledger has changed their original folder structure.

Regards, Toihir

On Fri, May 10, 2024 at 3:31 PM Sreenu Malae @.***> wrote:

In fabric-samples there is no folder name chaincode

Can you tell us exactly which fabric_version and fabric-ca_version were used in the project.

That will helps us to build the project

— Reply to this email directly, view it on GitHub https://github.com/alfahami/bCertificate/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACB5XQWQ3HBFERB73I4FIWLZBTK5HAVCNFSM6AAAAABHQXTGXKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DSOBVGM2DOOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sreenivasmalae commented 1 month ago

Hi @alfahami

Thank you so much for the update Also, can you please help me with the below command Copy this file (test-network/add_path_org1.sh) to certficate-network/test-network

Can you please provide the full path of test-network/add_path_org1.sh Because i don't see the add_path_org1.sh file in fabric samples

In bCertificate/certficate-network/test-network the file is already available

alfahami commented 1 month ago

Hi @sreenivasmalae, You're welcome.

The add_path_org1.sh was not downloaded with the original fabric-samples, I created it in order to make some kind of automation. I'll look it up and upload it, once found.

alfahami commented 1 month ago

Hi @alfahami I added the script and updated the README, please take a look and let me know.