forked from Qortal/qortal
The simplest way to link to another QDN website is to include a link with the format: <a href="qortal://WEBSITE/QortalDemo">link text</a> This can be expanded to link to a specific path, e.g: <a href="qortal://WEBSITE/QortalDemo/minting-leveling/index.html">link text</a> Or it can be initiated programatically, via qortalRequest(): let res = await qortalRequest({ action: "LINK_TO_QDN_RESOURCE", service: "WEBSITE", name: "QortalDemo", path: "/minting-leveling/index.html" // Optional }); Note that qortal:// links don't yet support identifiers, so the above format is not confirmed.