Introduction

This form element plugin is essentially a convenient and highly customizable button or hyperlink to navigate to a public Cardano blockchain explorer of your choice to inspect account, transaction, and asset-related actions that was performed in Joget.

This plugin will check the validity of the retrieved value, and then be able to disable or hide the button or link accordingly.

Plugin Properties

NameDescription
Network Type

See Cardano Default Backend Plugin

Backend Service
Blockfrost Project Key
Value Retrieval
Explorer Type

Select the public Cardano blockchain explorer of your choice:

Unofficial Cardano explorer websites may contain errors or mistakes. Please use them at your OWN risk.

Do note that explorers typically has a short delay to sync to the latest blockchain state. Fairly recent transactions performed may take some time to reflect in the explorer.
Value Type

Select the type of value you are checking for:

  • Transaction ID
  • Account Address
  • Policy ID
  • Asset ID
Get Value Via

Select the method you wish to retrieve the value:

  • Field ID
  • Hash Variable
  • Workflow Variable
Field ID

This property will only appear when Get Value Via is Field ID.

Retrieves the value via an existing field in the current form.

Selections here will show all available fields in the current form.

Hash Variable

This property will only appear when Get Value Via is Hash Variable.

Retrieves the value via hash variable.

Workflow Variable

This property will only appear when Get Value Via is Workflow Variable.

Retrieves the value via workflow variable. Simply type in a related workflow variable name to display a convenient autocomplete dropdown.

Do note that this method only works when the current form is within an activity of a process flow.

Customize Link UI
Display As

Display this explorer link as:

  • Button
  • Hyperlink

Do note that for Button, the button design follows the userview theme of the current app.

Button Label

This property will only appear when Display As is Button.

The button label of this link.

Hyperlink Label

This property will only appear when Display As is Hyperlink.

The hyperlink label of this link.

If this property is blank, the hyperlink label will be the URL itself.

Link TargetUpon clicking on this link, choose to open the explorer link in a new browser tab or the current browser window.
Invalid Value Behavior

In the event where the retrieved value is invalid, you can choose to:

  • Show As Is
  • Disable Link
  • Hide Link




  • No labels