André Cruz

Results 161 comments of André Cruz

@PedroMiguelSS was this made already? I'm not sure.

@vasa-develop I've created #252 and provided more context. Lets discuss there.

Always do work on a separate branch and in the form of PR. All code should be reviewed by at least 2 contributors before being merged into master.

Later on #64, we may improve this screen explaining the user why this is important. Alternatively, we may merge both tasks. Something to discuss.

@andreforsousa you are right, but for #249 user story to land, we need to get back to this screen. We will need to discuss how to make this as easy...

@vasa-develop - The interface of all methods in `ethr.js` should be exactly the same as `ipid.js`, meaning that the adapter layer will be a little bit more complicated. As an...

@oed hello! Quick question: is the `ethr` the most recent did method used by uport?

The adapter layer is the `didm` scope, see https://github.com/ipfs-shipyard/js-idm-wallet/blob/master/src/didm/index.js. You need to integrate [ethr-did](https://github.com/uport-project/ethr-did) in `didm/methods/ethr.js`, mapping document function calls to setAttribute and friends.

> @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...