iotaledger / integration-services

https://demo-integration-services.iota.cafe/
Apache License 2.0
30 stars 19 forks source link

Add keys endpoint #698

Closed dominic22 closed 1 year ago

dominic22 commented 2 years ago

Remove identity.rs dependency from the audit-trail-gw and query the keys from the ssi-bridge which needs to implement an endpoint to do so.

// TODO replace this with a new endpoint at the ssi-bridge
const keypair = new Identity.KeyPair(Identity.KeyType.X25519);