vasa
vasa
@satazor Continuing our discussion here: Should we default to some DID if no didMethod is not provided?
@satazor should I push the changes(PR) into master or some other branch?
@satazor I think this is done in this [PR](https://github.com/ipfs-shipyard/js-idm-client/pull/3).
UPDATE: ok. Finally, I have all the components for `did-ethr` working. They really do have crappy docs and the incompatible web3 provider makes it even worse.
@satazor > In that adapter layer, you would need to map any functions calls to the document parameter (of the operation function) to the setAttribute of ethr-did. Here, is the...
@satazor For now, I am using ethereum specific libs to regenerate the keyPair or private key from the `param`. But going forward, I think we should add the support for...
@satazor Why we don't add the [`createDidIpid`](https://github.com/ipfs-shipyard/js-idm-wallet/blob/master/src/didm/methods/ipid.js#L72) method in the [`constructor`](https://github.com/ipfs-shipyard/js-idm-wallet/blob/master/src/didm/methods/ipid.js#L16) itself?
@satazor > Yep. What is it missing in human-crypto-keys to support key pair generation for ethr? I need to have `secp256k1` algo support for key generation. Plus, I need to...
@satazor There seems to be no definition of a device key in the `ethr-did` [specification](https://github.com/uport-project/ethr-did-resolver/blob/develop/doc/did-method-spec.md). So, how do we add a device key? Any thoughts? There are definitions for [delegate...
Are there any weekly/bi-weekly calls for IDM? If yes, then please add me to the list. It will be better to discuss these issues over a call so that we...