bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
157 stars 184 forks source link

Add support for linking to an IndyScan instance. #285

Closed WadeBarnes closed 7 months ago

WadeBarnes commented 7 months ago

The link to INDY_SCAN_URL is opened in a separate tab.

Example cmd line:

./manage start "INDY_SCAN_URL=http://localhost:3707/home/BCOVRIN_TEST" "INDY_SCAN_TEXT=BCovrin Scan"

UI Examples:

With INDY_SCAN_URL and INDY_SCAN_TEXT set: image

With just INDY_SCAN_URL set: image

With neither INDY_SCAN_URL or INDY_SCAN_TEXT set: image

swcurran commented 7 months ago

Approved — but I’ll leave it to you to perhaps add a bit to the documentation per my comment.