Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
Signed-off-by: Shaanjot Gill <[email protected]>
  • Loading branch information
shaangill025 committed Jul 27, 2023
1 parent f9bb910 commit 8d3daa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Multiledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ If `--genesis-transactions-list` is specified, then `--genesis-url, --genesis-fi
is_production: true
is_write: true
genesis_url: 'http://test.bcovrin.vonx.io/genesis'
endorser_did: '9QPa6tHvBHttLg6U4xvviv'
endorser_alias: 'endorser_test'
- id: greenlightDev
is_production: true
is_write: true
Expand Down Expand Up @@ -84,6 +86,10 @@ Optional properties:
- `keepalive`: how many seconds to keep the ledger open
- `socks_proxy`
- `is_write`: Whether this ledger is writable. It requires atleast one write ledger specified. Multiple write ledgers can be specified in config.
- `endorser_did`: Endorser public DID registered on the ledger, needed for supporting Endorser protocol at multi-ledger level.
- `endorser_alias`: Endorser alias for this ledger, needed for supporting Endorser protocol at multi-ledger level.

Note: Both `endorser_did` and `endorser_alias` are part of the endorser info. Whenever a write ledger is selected using `PUT /ledger/{ledger_id}/set-write-ledger`, the endorser info associated with that ledger in the config updates the `endorser.endorser_public_did` and `endorser.endorser_alias` profile setting respectively.


## Multi-ledger Admin API
Expand Down

0 comments on commit 8d3daa7

Please sign in to comment.