sidetree-kenhuang
TypeScript icon, indicating that this package has built-in type declarations

0.5.4 • Public • Published

Sidetree Node.js implementation

The Node.js implementation of a blockchain-agnostic Sidetree Node using TypeScript.

Build Status

See the protocol document for the full Sidetree protocol specification.

See the implementation document for the detailed description of this implementation.

Contribution Guidelines:

  1. Must pass npm run test.
  2. Must pass npm run lint.
  3. Prefix an interface that require implementation with I. e.g. ITransactionProcessor.
  4. Suffix a data-holder interface (without definition of methods) with Model. e.g. TransactionModel.
  5. Use default export if class/interface name matches the file name.
  6. Sort imports.

Docker

NOTE: 2019-08-13: docker-compose out-of-date, needs to be udpated.

The Sidetree components are available via docker containers . Please see the docker document to find out details on building and running.

Readme

Keywords

none

Package Sidebar

Install

npm i sidetree-kenhuang

Weekly Downloads

0

Version

0.5.4

License

Apache-2.0

Unpacked Size

2.74 MB

Total Files

784

Last publish

Collaborators

  • kenhuang