Problem:
I have set up a blockchain application using Hyperledger fabric and I did lots of transactions using my client application which in React Through Node SDK backend. But today I tried to restart the network but it did not start any peer and gave me this error.
Cannot run peer because cannot init crypto, folder "//opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp" does not exist
I tried all the solution provided in this question.
Can someone help me to solve this problem? Thank you.