/did-holo-resolver

Prototype did:holo: method driver

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

did holo resolver (Driver)

Decentralized Identifiers are designed to be compatible with any distributed ledger or network (called the target system). This is specing and prototyping a DID method for holochain.

did:holo:

Documentations:

Installation

  • git clone git@github.com:Holo-Host/did-holo-resolver.git
  • cd did-holo-resolver
  • npm install
  • npm start

Authors

License

License: GPL v3

Copyright (C) 2017, The MetaCurrency Project (Eric Harris-Braun, Arthur Brock, et. al.)

This program is free software: you can redistribute it and/or modify it under the terms of the license provided in the LICENSE file (GPLv3). This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Note: We are considering other 'looser' licensing options (like MIT license) but at this stage are using GPL while we're getting the matter sorted out.