0.2.2 • Published 5 years ago

@discipl/core-baseconnector v0.2.2

Weekly downloads
60
License
GPL-3.0
Repository
github
Last release
5 years ago

Discipl Core BaseConnector

A base class for discipl core connectors Discipl Core does not work without connector modules that implement basic methods for given distributed ledger, verifiable credential or legacy platforms.

Discipl core connector modules are automatically required, must extend the BaseConnector class (base-connector.js) and be available as module with a unique name: '@discipl/core-name' where name uniquely identifies the supported platform.

The BaseConnector class defines what the connector modules must implement.

See the Ephemeral Connector for an example implementation of a connector.