Skip to content

Releases: corda/node-explorer

Beta release v0.1.2-rev

28 Oct 11:52
Compare
Choose a tag to compare

UI Update for Node Explorer

What's Changed

New Contributors

Full Changelog: v0.1.1-rev...v0.1.2-rev

Beta release v0.1.1-rev

29 Jun 14:37
Compare
Choose a tag to compare
Pre-release

Revision 0.1.1

  • Corrected issue where valid flow constructors were being discarded when any constructor contained unsupported parameter.
  • Transaction UI updated for error message

Connecting to the node:

Use the node's RPC credentials to connect to the node. To connect to a remote node additional SSH credentials will be required.

Pointing Node Explorer to Your Cordapps

Navigate to Setting Tab and update the "Enter The Path Of Your Cordapps Directory" field with the directory containing the cordapps installed on the node. This is required so that the node explorer can load your custom classes and registered flows can be triggered.

Known Issues

  • The transaction limit currently is at 200

  • Not all parameter types are supported in Flows. The supported parameters include:

    • net.corda.core.identity.Party,
    • java.lang.String,
    • java.lang.StringBuilder,
    • java.lang.StringBuffer,
    • java.lang.Long,
    • long,
    • java.lang.Integer,
    • int,
    • java.land.Double,
    • double,
    • java.lang.Float,
    • float,
    • java.math.BigDecimal,
    • java.math.BigInteger,
    • java.lang.Boolean,
    • boolean,
    • java.util.UUID,
    • net.corda.core.contracts.UniqueIdentifier,
    • net.corda.core.contracts.Amount,
    • java.time.LocalDateTime,
    • java.time.LocalDate,
    • java.time.Instant,
    • net.corda.core.crypto.SecureHash,
    • java.util.List,
    • java.util.Set,
    • net.corda.core.utilities.OpaqueBytes
  • List and Set of Complex Objects are not supported.

Downloads

OSX

Corda.Node.Explorer-0.1.1.dmg

Linux

node-explorer_0.1.1_amd64.deb -- Ubuntu/Debian
Corda Node Explorer-0.1.1.AppImage -- Universal

Windows

Corda Node Explorer Setup 0.1.1.exe

Beta release v0.1.0

14 Apr 11:56
Compare
Choose a tag to compare
Beta release v0.1.0 Pre-release
Pre-release

Initial Beta Release for Node-Explorer

Node Explorer is a standalone desktop application that connects to a Corda node running on a local or a remote node and allows users to view transactions and node's vault. It also allows users to trigger flows registered with the node.

Connecting to the node:

Use the node's RPC credentials to connect to the node. To connect to a remote node additional SSH credentials will be required.

Pointing Node Explorer to Your Cordapps

Navigate to Setting Tab and update the "Enter The Path Of Your Cordapps Directory" field with the directory containing the cordapps installed on the node. This is required so that the node explorer can load your custom classes and registered flows can be triggered.

Known Issues

  • The transaction limit currently is at 200

  • Not all parameter types are supported in Flows. The supported parameters include:

    • net.corda.core.identity.Party,
    • java.lang.String,
    • java.lang.StringBuilder,
    • java.lang.StringBuffer,
    • java.lang.Long,
    • long,
    • java.lang.Integer,
    • int,
    • java.land.Double,
    • double,
    • java.lang.Float,
    • float,
    • java.math.BigDecimal,
    • java.math.BigInteger,
    • java.lang.Boolean,
    • boolean,
    • java.util.UUID,
    • net.corda.core.contracts.UniqueIdentifier,
    • net.corda.core.contracts.Amount,
    • java.time.LocalDateTime,
    • java.time.LocalDate,
    • java.time.Instant,
    • net.corda.core.crypto.SecureHash,
    • java.util.List,
    • java.util.Set,
    • net.corda.core.utilities.OpaqueBytes
  • List and Set of Complex Objects are not supported.

Downloads

OSX

Corda.Node.Explorer-0.1.0.dmg

Linux

node-explorer_0.1.0_amd64.deb -- Ubuntu/Debian
Corda Node Explorer-0.1.0.AppImage -- Universal

Windows

Corda Node Explorer Setup 0.1.0.exe