VegeBun-csj / MedRec

This is a hospital management based on the hyperledger fabric
MIT License
5 stars 2 forks source link

Problem in running the Back End Network #4

Open aamar-shahzad opened 3 years ago

aamar-shahzad commented 3 years ago

Hi sir i just follow along the step of installation according to Readme so but i run in to issues that Fabric network is not working correctly . More ever i found that the in chain code the go packages are no more working . then i follow to instruction the to install the from the github when i try to install its through error not suitable because the packages are replaced with new packages and also the path is also changed. so please help me to change it . Regars.

VegeBun-csj commented 3 years ago

hi, this project network is based on the success of your hyperledger fabric 1.4.4 network starting.Please check your fabric 1.4.4 start successfully.eg, start fabric 1.4.4 samples. About the chaincode packages. please put the "MedRec" directory correctly,it should be in the "hyperledger" directory.Because i make some code fixed.Please check above requiments. image

aamar-shahzad commented 3 years ago

I install fabric and run its test network it working fine but when i want to run the my network its show error . so how i run my network the the chain code you wrote that is depreciated from fabric repo and those packages are shift at new folder at repo so i can not access those packages

VegeBun-csj commented 2 years ago

I think you should rewrite the chaincode logic by the latest chaincode package

VegeBun-csj commented 2 years ago

Also the fabric 1.4 no longer maintained