mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
This is an example on how to represent and implement basic interest rate swap handling using fabric. It demonstrates the usage of state-based endorsement. Change-Id: I04e631299d95262e54e1532489766aa20477064c Signed-off-by: Matthias Neugschwandtner <eug@zurich.ibm.com> Signed-off-by: Alessandro Sorniotti <ale.linux@sopit.net> Signed-off-by: David Enyeart <enyeart@us.ibm.com>
51 lines
838 B
YAML
51 lines
838 B
YAML
# Copyright IBM Corp. All Rights Reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
OrdererOrgs:
|
|
- Name: orderer
|
|
Domain: example.com
|
|
Specs:
|
|
- Hostname: orderer
|
|
|
|
PeerOrgs:
|
|
- Name: partya
|
|
Domain: partya.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 1
|
|
Users:
|
|
Count: 1
|
|
|
|
- Name: partyb
|
|
Domain: partyb.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 1
|
|
Users:
|
|
Count: 1
|
|
|
|
- Name: partyc
|
|
Domain: partyc.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 1
|
|
Users:
|
|
Count: 1
|
|
|
|
- Name: auditor
|
|
Domain: auditor.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 1
|
|
Users:
|
|
Count: 1
|
|
|
|
- Name: rrprovider
|
|
Domain: rrprovider.example.com
|
|
EnableNodeOUs: true
|
|
Template:
|
|
Count: 1
|
|
Users:
|
|
Count: 1
|