github hyperledger/aries-framework-go v0.1.0
v0.1.0 Release Notes - November 13, 2019

latest releases: v0.1.8, v0.1.7, v0.1.6...
5 years ago

Aries Framework Go
The aries package provides access to clients being managed by the Framework.

  1. Provides KMS (Key Management System).
  2. Provides protocol provider factory interface.
  3. Provides injectable storage. (LevelDB is provided in 0.1.0.)
  4. Provides DID Resolver. (HTTPS binding is provided in 0.1.0.)
  5. Provides inbound/outbound dispatcher service. (HTTP transport is provided in 0.1.0.)

Note: these interfaces are preliminary and we plan to update as the pluggable API interfaces become more clear across the community.

The Go framework currently supplies Go native default implementations for all pluggable interfaces, and hence, has no dependency requirements in 0.1.0.

Demonstrations

  • BDD tests show the flow of DID Exchange and DID resolution (against Sidetree).
    • Run make bdd-test in the cloned repository after installing dependencies (see README).
  • OpenAPI (swagger) can be used to perform DID Exchange between agents.
    • Run make run-openapi-demo in the cloned repository after installing dependencies (see README).

Aries Protocol RFC Services

  1. RFC 0023: DID Exchange Protocol 1.0
  • Manages messages and protocol state.
  • Send events to controller logic.
  • did:peer and resolvable "public" DIDs are supported.
  • Not yet implemented: Problem report, Implicit invitation.

Note: RFC 0028: Introduce 1.0 code is incomplete (targeted for 0.1.1).

Controller Bindings

  1. DID Exchange Protocol 1.0
  • Go
  • REST
  • Not yet implemented: C, WASM.

Data and Document Formats

  1. RFC 0019 AuthCrypt DIDComm envelope
  2. Draft JWE DIDComm envelope
  3. DID document parser.

Note: The verifiable credential code is incomplete but is being actively tested against the W3C test suite as it is developed. (JWT subset targeted for 0.1.1).

Don't miss a new aries-framework-go release

NewReleases is sending notifications on new releases.