Tools, FAQ, Tutorials:
Basic Sample Business Network - SampleAsset
How to add new SampleAsset records in Basic Sample Business Network?
✍: FYIcenter.com
You can follow this tutorial to add new SampleAsset 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 "SampleAsset" in the ASSETS section on the left. You see a list of SampleAsset records.
4. Click "+Create New Participant" on the top right corner. You see the input form to create new asset.
5. Copy and paste the following JSON message. Note that the "owner" attribute needs to point to an existing SampleParticipant record: "resource:org.example.basic.SampleParticipant#Toby".
{ "$class": "org.example.basic.SampleAsset",
"assetId": "1st_Asset",
"owner": "resource:org.example.basic.SampleParticipant#Toby",
"value": "100000.99"
}
6. Click "Create New". You see a new SampleAsset record in Basic Sample Business Network.
Â
⇒ Basic Sample Business Network - SampleTransaction
⇠Basic Sample Business Network - SampleParticipant
2020-12-22, ∼1290🔥, 0💬
Popular Posts:
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How To Read the Entire File into a Single String in PHP? If you have a file, and you want to read th...
How To Set session.gc_divisor Properly in PHP? As you know that session.gc_divisor is the frequency ...
What properties and functions are supported on requests.models.Response objects? "requests" module s...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...