Orie Steele

Results 972 comments of Orie Steele

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

yes, IIRC ION only supports "publicKeyJwk" / "JsonWebKey2020"... here are some did:key examples which you can test, https://github.com/transmute-industries/did-core/blob/main/packages/did-core-tests/__fixtures__/w3c-did-testsuite/did-key-transmute.json

it would also be nice, not to see bitcoin related stuff in the sidetree repo, since it's not only meant to be used with bitcoin.

avoid installing packages globally, since the global version can be different than the one assumed by package.json... use `npx` and dev dependencies, and scripts in package.json.

@mudiali maybe you can take a stab at this?

@csuwildcat @thehenrytsai I moved this to ION, we should remove document / value locking from spec v1... and do it only in ION.

https://github.com/transmute-industries/sidetree.js ^ Has code for Sidetree on Ethereum and Amazon QLDB (basically a ledger abstraction). The storage interface can also be replaced... we created `did:photon` using Amazon QLDB and Amazon...

We have a "test sidetree" method that uses in memory for both storage and ledger interfaces. Sounds like you may want to start with something like that, then replace the...

A JWS is not a Verifiable Credential, but specific shapes of JWTs (which build on top of JWS) are. In sidetree JWS are used to sign the updated that are...

We've discussed this issue in the VC WG, and there are currently 2 camps. I am in the camp of preserving all information, others are in the camp of using...