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, 725👍, 0💬
Popular Posts:
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
What properties and functions are supported on requests.models.Response objects? "requests" module s...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...