Tools, FAQ, Tutorials:
Create Peer Admin Access Card
How to Create Peer Admin Access Card for my Hyperledger Fabric developer environment?
✍: FYIcenter.com
Create Peer Admin Access Card is needed to deploy new
Composer business network BNA file to the
Hyperledger Fabric developer environment.
You can follow these steps to a Create Peer Admin Access Card.
1. Create a new Peer Admin Card:
$ cd fabric-dev-servers
$ ./createPeerAdminCard.sh
Development only script for Hyperledger Fabric control
Running 'createPeerAdminCard.sh'
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Using composer-cli at v0.20.8
Successfully created business network card file to
Output file: /tmp/PeerAdmin@hlfv1.card
Command succeeded
Successfully imported business network card
Card file: /tmp/PeerAdmin@hlfv1.card
Card name: PeerAdmin@hlfv1
Command succeeded
The following Business Network Cards are available:
Connection Profile: hlfv1
┌─────────────────┬───────────┬──────────────────â”
│ Card Name │ UserId │ Business Network │
├─────────────────┼───────────┼──────────────────┤
│ PeerAdmin@hlfv1 │ PeerAdmin │ │
└─────────────────┴───────────┴──────────────────┘
2. Verify the PeerAdmin card:
$ composer card list The following Business Network Cards are available: Connection Profile: hlfv1 ┌─────────────────┬───────────┬──────────────────┠│ Card Name │ UserId │ Business Network │ ├─────────────────┼───────────┼──────────────────┤ │ PeerAdmin@hlfv1 │ PeerAdmin │ │ └─────────────────┴───────────┴──────────────────┘
Â
⇒ "composer network" - Deploy BNA File
⇠"composer archive" to Generate BNA File
2020-12-26, ∼1834🔥, 0💬
Popular Posts:
Where can I download the EPUB 2.0 sample book "The Metamorphosis" by Franz Kafka? You can following ...
How to create a "Sign-up or Sign-in" user flow policy in my Azure AD B2C directory? If you want to b...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
How To Access a Specific Character in a String? Any character in a string can be accessed by a speci...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...