I issue new identity by using guideline at https://hyperledger.github.io/composer/unstable//managing/identity-issue.html but then I can't connect using that account, the system say Card not found: abc@mynetwork
. I know I missing the code to import card, (in the command I used composer card import --file abc.card
).
How can I do that by using code (JavaScript API)?
My problem is very similar to that Hyperledger Composer issue identity but missing business card. I try all the answer but still not work.