Skip to content

Commit dd762bf

Browse files
committed
Merge branch 'bn-extension' of github.com:corda/samples-java into bn-extension
merge
2 parents c01a035 + bba5b69 commit dd762bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

BusinessNetworks/insurancebusinessnetwork/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ A network was created with NetworkID: 121577cf-30bf-4e20-9c7d-97f0b4628b06 <- T
5656
```
5757
Step2: 2 non-member makes the request to join the network. Fill in the networkId with what was return from Step1
5858
```
59-
flow start RequestMembership authorisedParty: NetworkOperator, networkId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
59+
flow start RequestMembership authorisedParty: NetworkOperator, networkId: <xxxx-xxxx-NETWORK-ID-xxxxx>
6060
```
6161
Step3: go back to the admin node, and query all the membership requests.
6262
```
@@ -65,11 +65,11 @@ flow start QueryAllMembers
6565
Step4: In this step, Network Operator will active the pending memberships
6666
Insurance: fill in the Insurance node MembershipId that is display in the previous query
6767
```
68-
flow start ActiveMembers membershipId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
68+
flow start ActiveMembers membershipId: <xxxx-xxxx-INSURANCE-ID-xxxxx>
6969
```
7070
CarePro: fill in the CarePro node MembershipId that is display in the previous query
7171
```
72-
flow start ActiveMembers membershipId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
72+
flow start ActiveMembers membershipId: <xxxx-xxxx-CAREPRO-ID-xxxxx>
7373
```
7474

7575
Step5: Admin create subgroup and add group members.
@@ -97,7 +97,7 @@ run vaultQuery contractStateType: net.corda.bn.states.MembershipState
9797

9898
Step9: The insurance Company will issue a policy to insuree. The flow initiator (the insurance company) has to be a member of the Business network, has to have a insuranceIdentity, and has to have issuer Role, and has to have issuance permission.
9999
```
100-
flow start IssuePolicyInitiator networkId: 603ec1c1-8b4f-4d4a-968a-8893ba9fdc00, careProvider: CarePro, insuree: PeterLi
100+
flow start IssuePolicyInitiator networkId: <xxxx-xxxx-NETWORK-ID-xxxxx>, careProvider: CarePro, insuree: PeterLi
101101
```
102102
Step10: Query the state from the CarePro node.
103103
```

BusinessNetworks/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
This folder features sample projects that utilize bn-extension.
44

5-
### [Insurance Business network](./flow-database-access):
5+
### [Insurance Business network](./insurancebusinessnetwork):
66
This CorDapp provides a simple example of how a mock business network is set up with bn-extension. It consists of one sub group and two custom network identities, and multiple roles associated with each identity.

0 commit comments

Comments
 (0)