Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Objectives

  •  Creation and validation of Peer DIDs (genesis version only) -

...

...

...

...

...

...

...

  •  Local storage of peer DIDs -

...

...

  •  Resolution of DIDs

...

...

  • Live Demo 1: simple DID exchange -

...

...

...

Please also see the 0.1.0 GitHub milestone description.

Design considerations

aries-framework-go is a highly customizable framework that provides sensible defaults.

...

Full support for cryptographic envelopes with ECDSA keys.

Linked Data Cryptographic Suite

Support for Ed25519VerificationKey2018

Implement the Ed25519 Signature 2018 signature suite for creating DID documents and proving ownership.TODO: Support for at least one of these is required such that DIDs can be created and verified. Initial thought is to support the one most commonly used among the registered DID methods (Secp256k1?)

did-exchange protocol using HTTPS as transport

...

This demonstration makes progress towards one of the goals of the Hyperledger Aries project: "Cross-platform integration" (see Aries Proposal FAQ), and also helps demonstrates the possibility of a cross-Hyperledger scenario.

...