Skip to content

Commit 45649df

Browse files
authored
Update README.md
1 parent f7157dc commit 45649df

File tree

1 file changed

+4
-4
lines changed
  • BusinessNetwork-Extension/insurancebusinessnetwork

1 file changed

+4
-4
lines changed

BusinessNetwork-Extension/insurancebusinessnetwork/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ flow start CreateNetwork
4848

4949
Step2: 2 non-member makes the request to join the network. Fill in the networkId with what was return from Step1
5050
```
51-
flow start RequestMembership authorisedParty: NetworkOperator, networkId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
51+
flow start RequestMembership authorisedParty: NetworkOperator, networkId: <xxxx-xxxx-NETWORK-ID-xxxxx>
5252
```
5353
Step3: go back to the admin node, and query all the membership requests.
5454
```
@@ -57,11 +57,11 @@ flow start QueryAllMembers
5757
Step4: Admin active membership, two times, ONLY the membership activation
5858
Insurance: fill in the Insurance node MembershipId that is display in the previous query
5959
```
60-
flow start ActiveMembers membershipId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
60+
flow start ActiveMembers membershipId: <xxxx-xxxx-INSURANCE-ID-xxxxx>
6161
```
6262
CarePro: fill in the CarePro node MembershipId that is display in the previous query
6363
```
64-
flow start ActiveMembers membershipId: <xxxx-xxxx-xxxx-xxxx-xxxxx>
64+
flow start ActiveMembers membershipId: <xxxx-xxxx-CAREPRO-ID-xxxxx>
6565
```
6666

6767
Step5: Admin create subgroup and add group members.
@@ -89,7 +89,7 @@ run vaultQuery contractStateType: net.corda.bn.states.MembershipState
8989

9090
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.
9191
```
92-
flow start IssuePolicyInitiator networkId: 603ec1c1-8b4f-4d4a-968a-8893ba9fdc00, careProvider: CarePro, insuree: PeterLi
92+
flow start IssuePolicyInitiator networkId: <xxxx-xxxx-NETWORK-ID-xxxxx>, careProvider: CarePro, insuree: PeterLi
9393
```
9494
Step10: Query the state in the CarePro node.
9595
```

0 commit comments

Comments
 (0)