Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "id": "6541ffea.a8bec8",
- "type": "tab",
- "label": "Sample Network",
- "disabled": false,
- "info": ""
- },
- {
- "id": "68d90606.df31f8",
- "type": "hyperledger-composer-in",
- "z": "6541ffea.a8bec8",
- "name": "Listen for Events",
- "connectionProfile": "hlfv1",
- "businessNetworkIdentifier": "basic-sample-network",
- "userID": "PeerAdmin",
- "userSecret": "adminpw",
- "actionType": "create",
- "x": 130.5,
- "y": 196,
- "wires": [
- [
- "9205c06f.0a5078"
- ]
- ]
- },
- {
- "id": "9205c06f.0a5078",
- "type": "debug",
- "z": "6541ffea.a8bec8",
- "name": "",
- "active": true,
- "console": "false",
- "complete": "payload",
- "x": 365.5,
- "y": 138,
- "wires": []
- },
- {
- "id": "eaae42f9.202a28",
- "type": "inject",
- "z": "6541ffea.a8bec8",
- "name": "Create Participant Rob",
- "topic": "",
- "payload": "{ \"$class\": \"org.acme.sample.SampleParticipant\", \"participantId\": \"participantId:0000\", \"firstName\": \"Rob\", \"lastName\": \"G\" }",
- "payloadType": "json",
- "repeat": "",
- "crontab": "",
- "once": false,
- "x": 156.5,
- "y": 278,
- "wires": [
- [
- "19a7df6a.64e7e1"
- ]
- ]
- },
- {
- "id": "19a7df6a.64e7e1",
- "type": "hyperledger-composer-out",
- "z": "6541ffea.a8bec8",
- "name": "Add to blockchain",
- "connectionProfile": "hlfv1",
- "businessNetworkIdentifier": "basic-sample-network",
- "userID": "PeerAdmin",
- "userSecret": "adminpw",
- "actionType": "create",
- "x": 425.5,
- "y": 253,
- "wires": []
- },
- {
- "id": "55f55c23.9081cc",
- "type": "inject",
- "z": "6541ffea.a8bec8",
- "name": "Create asset",
- "topic": "",
- "payload": "{ \"$class\": \"org.acme.sample.SampleAsset\", \"assetId\": \"assetId:0001\", \"owner\": \"resource:org.acme.sample.SampleParticipant#participantId:0000\", \"value\": \"0\" }",
- "payloadType": "json",
- "repeat": "",
- "crontab": "",
- "once": false,
- "x": 143.5,
- "y": 321,
- "wires": [
- [
- "19a7df6a.64e7e1"
- ]
- ]
- },
- {
- "id": "c21d7543.98df08",
- "type": "inject",
- "z": "6541ffea.a8bec8",
- "name": "Change asset value",
- "topic": "",
- "payload": "{ \"$class\": \"org.acme.sample.SampleTransaction\", \"asset\": \"resource:org.acme.sample.SampleAsset#assetId:0001\", \"newValue\": \"1\" }",
- "payloadType": "json",
- "repeat": "",
- "crontab": "",
- "once": false,
- "x": 158.5,
- "y": 374,
- "wires": [
- [
- "19a7df6a.64e7e1"
- ]
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement