Skip to content

Releases: trustbloc/wallet-sdk

0.1.1-swift-pm

16 Jan 16:21
9efea5c
Compare
Choose a tag to compare
Merge pull request #179 from rolsonquadras/main

ci(sdk): push ios bin to trustbloc/wallet-sdk for release job

0.1.1

16 Jan 16:08
9efea5c
Compare
Choose a tag to compare

This minor release adds the support to distribute wallet-sdk iOS xcframework through Swift package manager(spm).

What's Changed

Full Changelog: v0.1.0...0.1.1

0.1.0

11 Jan 19:04
fa753cd
Compare
Choose a tag to compare

This initial release adds multiple features to TrustBloc Android and iOS VC Wallet SDKs.The TrustBloc reference app demonstrated these APIs using Android and iOS apps built using the Flutter framework.

  • Wallet SDK
    • API to create a Decentralized Identifier (DID) for
      • DID Key
      • DID Ion long-form
    • Support to resolve Decentralized Identifier (DID)
      • DID Key
      • DID Web
      • DID Ion long-form methods
    • Verifiable Credential: JWT format
    • OpenID4CI Issuance protocol support for JWT-Verifiable Credential
    • OpenID4VP Presentation protocol support for JWT-Verifiable Credential
    • SDK integration tests
  • TrustBloc Reference App (Android/iOS) features
    • Register a user by creating a DID
    • Scan a QR code to Save a Verifiable Credential
    • Scan a QR code to Present a Verifiable Credential
    • Flutter integration tests for Android/iOS

Full Changelog: https://github.com/trustbloc/wallet-sdk/commits/v0.1.0