ion icon indicating copy to clipboard operation
ion copied to clipboard

where is `did:ion:` method spec?

Open geonnave opened this issue 3 years ago • 7 comments

The DID Specification Registries entry for did:ion: links to https://github.com/decentralized-identity/ion-did-method, which redirects to this repo (https://github.com/decentralized-identity/ion). But I could not find the spec for did:ion: here.

geonnave avatar Jan 07 '22 13:01 geonnave

ION is an implementation of Sidetree, so we can create a spec for ION, but it's going to be almost entirely a page of links to Sidetree spec text.

csuwildcat avatar Jan 07 '22 14:01 csuwildcat

There are a few options in Sidetree's spec, so I guess we could do a little doc that calls out the configuration ION uses.

csuwildcat avatar Jan 07 '22 14:01 csuwildcat

we could do a little doc that calls out the configuration ION uses.

That would be nice, thanks.

geonnave avatar Jan 07 '22 15:01 geonnave

@csuwildcat you can probably nearly copy paste from this file: https://github.com/transmute-industries/sidetree.js/tree/main/packages/did-method-element#element-did-method-specification

OR13 avatar Jan 07 '22 19:01 OR13

@gjgd ^ not sure if this is up to date, but it you have a spare cycle to review, would welcome one.

OR13 avatar Jan 07 '22 19:01 OR13

Seems our spec was also in a pre sidetree v1 state, we have a PR to update it here, which might be inspiring for ION.

https://github.com/transmute-industries/sidetree.js/pull/342

OR13 avatar Jan 08 '22 17:01 OR13

not sure if this is up to date, but it you have a spare cycle to review, would welcome one.

Pretty sure it's out of date now

gjgd avatar Jan 08 '22 19:01 gjgd