Tools, FAQ, Tutorials:
Basic Sample Business Network - SampleParticipant
How to add new SampleParticipant records in Basic Sample Business Network?
✍: FYIcenter.com
You can follow this tutorial to add new SampleParticipant records in
Basic Sample Business Network.
1. Open Hyperledger Composer Playground and go to Basic Sample Business Network home page, as shown in the previous tutorial.
2. Click "Test" tab. You see the test home page.
3. Click "SampleParticipant" in the PARTICIPANTS section on the left. You see a list of SampleParticipant records.
4. Click "+Create New Participant" on the top right corner. You see the input form to create new participant.
5. Copy and paste the following JSON message:
{ "$class": "org.example.basic.SampleParticipant", "participantId": "Toby", "firstName": "Tobias", "lastName": "Hunter" }
6. Click "Create New". You see a new SampleParticipant record in Basic Sample Business Network.
⇒ Basic Sample Business Network - SampleAsset
⇐ Basic Sample Business Network - Home Page
2020-12-22, 323👍, 0💬
Popular Posts:
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How To Loop through an Array without Using "foreach" in PHP? PHP offers the following functions to a...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...