ssi-sdk icon indicating copy to clipboard operation
ssi-sdk copied to clipboard

did:ion support

Open decentralgabe opened this issue 2 years ago • 1 comments

Able to create/resolve ION DIDs and use their keys for signing/verification

decentralgabe avatar Mar 01 '22 03:03 decentralgabe

consider a go subset of https://github.com/decentralized-identity/ion-tools

decentralgabe avatar Mar 01 '22 03:03 decentralgabe

I need this in the next few weeks, so hopefully we're not going to have someone recreating the ION Tools/SDK lib. This is now priority, because we have our desktop identity app and two outside developers who need legit DIDs to use.

csuwildcat avatar Mar 08 '23 14:03 csuwildcat

multi language support is a strength; necessary to facilitate interop.

in the meantime we can consume the existing lib to not block the work from progressing.

decentralgabe avatar Mar 13 '23 18:03 decentralgabe

should take a look at existing go impls:

  • https://github.com/trustbloc/sidetree-core-go
  • https://github.com/hyperledger/aries-framework-go/blob/8771727477195b73d8e9ba5194be535b928afcda/test/bdd/pkg/sidetree/sidetree.go

decentralgabe avatar Mar 16 '23 22:03 decentralgabe

Done in https://github.com/TBD54566975/ssi-sdk/pull/318 and #307

decentralgabe avatar Mar 24 '23 21:03 decentralgabe