Closed dshuffma-ibm closed 6 years ago
Vinayaks-MacBook-Pro:scripts work$ mkdir /Users/work/.hfc-key-store/
Vinayaks-MacBook-Pro:scripts work$ ln -s /Users/work/Development/blockchain/fabric-samples/fabcar/hfc-key-store/ /Users/work/.hfc-key-store/
Symlinking does the trick for now.
done in v5.0
marbles (for a local fabric network) currently copies creds from a folder generated by
fabric-samples
. this scheme no longer works since the cred files are now uniquely generated. (marbles can't find the cred files anymore) this prevents any operation that needs the so calledadmin
certificates, such as install/instantiate.marbles should be more flexible and setup the SDK to use the generated files. need to change the
helper.getKvsPath()
code.symptoms look like:
Error: ENOENT: no such file or directory, open '/Users/oldgeezer7/.hfc-key-store/giberish260ad477551ed4a5a991e2130f8008a0bf96e4e4084cd097a74f8c-priv'