fabric-samples/interest_rate_swaps/network/crypto-config.yaml
Matthias Neugschwandtner 5cd277fdc0 [FAB-11951] Interest-rate swap example for SBE
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>
2018-12-26 10:30:57 -05:00

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