Skip to content

MDIP v1.1.0

Choose a tag to compare

@macterra macterra released this 02 May 18:15
82a2958

MDIP v1.1.0 is now available. Visit our website at keychain.org for details.

Abstract

The MDIP (Multi Dimensional Identity Protocol) DID method specification conforms to the requirements specified in the DID specification currently published by the W3C Credentials Community Group. For more information about DIDs and DID method specifications, please see the DID Primer.

The MDIP DID method (did:mdip) is designed to support a P2P identity layer with secure decentralized verifiable credentials. MDIP DIDs are used for agents (e.g., users, issuers, verifiers, and MDIP nodes) and assets (e.g., verifiable credentials, verifiable presentations, schemas, challenges, responses, groups, polls, images, and documents).

This open-source software is provided as-is with no guarantees. Please refer to our license for details.

Major changes and improvements in this release:

  • Codebase ported to TypeScript
  • Added CAS (IPFS) support to Gatekeeper
  • Added image and document assets to Keymaster and web wallets
  • Added ability to clone and transfer assets
  • Added DID document indexer and explorer
  • Added end-to-end (CLI) tests

MDIP 1.1.0 npm packages are also available at npmjs.com. For additional information, please see the README files throughout the repository or visit our website at keychain.org.

Let us know if you're using MDIP. We welcome issues and PRs from the community.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0