68447/someone-solve-hyperledger-playground-installation-issue
I run this command
cd ~/fabric-dev-servers export FABRIC_VERSION=hlfv11 ./startFabric.sh ./createPeerAdminCard.sh
I got this issue
Successfully created business network card file to Output file: /tmp/PeerAdmin@hlfv1.card
Command succeeded
Error: Card already exists: PeerAdmin@hlfv1 Command failed
Error: Unable to read required file: metadata.json Command failed
Hyperledger Composer PeerAdmin card has been imported, host of fabric specified as 'localhost'
I used those commands but the couldn't work docker kill $(docker ps -q) docker rm $(docker ps -aq) docker rmi $(docker images dev-* -q)
Hi, @Ratul,
By default, file management tools, such as ls, dir, or even the graphical file manager, don't show hidden files or directories (those where the name begins with a dot, e.g. .ipython). This is why mkdir is telling you that it already exists, even though you cannot see it by using ls or the file manager.
To see hidden files, you can use ls -a (From the ls manpage : "-a, --all do not ignore entries starting with ."), or, in the graphical file manager (nautilus), press Ctrl + H to show hidden files and directories.
Hey, @Ratul, I would suggest using this command ...READ MORE
The transaction certificates don't actually address privacy ...READ MORE
You can actually connect to the specific ...READ MORE
For hyperledger fabric you can use query ...READ MORE
The multiple peers determine the validity of ...READ MORE
The peers communicate among them through the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.