Im trying to setup a network on Jetson Nano and VM on my laptop.
My version of fabric is 2.3.0.
While joining channel I have two errors
Error: error getting endorser client for channel: endorser client failed to connect to
localhost:9051: failed to create new connection: connection error: desc = "transport: error
while dialing: dial tcp 127.0.0.1:9051: connect: connection refused"
and the same one for 10051 port.
And then I cannot deploy chaincode with same errors and false approval from Org2MSP (Nano)
Im following this tutorial but with updated images and binaries (and rebuild arm binaries for Nano): Hyperledger Fabric 2.0 on Multiple Hosts
Can someone help me to resolve this issue? Thank you.