Nethereum / Nethereum.Uport

Spike on uport library integration - to be refactored
0 stars 0 forks source link

Continuing work #2

Open pvanroos opened 4 years ago

pvanroos commented 4 years ago

@juanfranblanco Hello Juan,

Didn't realize you had this project brewing 4 years ago. Do you think we could resurrect it? :-)

I'm going to try to integrate uPort into my Blazor WebAssembly app.

juanfranblanco commented 4 years ago

Well this project moved to the main Nethereum project and I am working on DIDs stuff at the moment. What happened these years is the creation of DIDs, the recreation of UPort and Uport donating much of their work to be part of the DID standard.

juanfranblanco commented 4 years ago

https://github.com/Nethereum/Nethereum/tree/master/src/Nethereum.Uport.. btw this is also old :)..

juanfranblanco commented 4 years ago

So mainly it is a proper re-write.. the whole thing needs mostly everything here: https://github.com/decentralized-identity From DID Url, DID Jwt, DID Resolver a DID Agent (all could be part of Blazor) and of course if you are creating a mobile app to verify and sign requests like Uport..

pvanroos commented 4 years ago

Ah I see. Likely there's a lot you learned in 4 years.

So I understand you're working a DID implementation in the Nethereum project? If so, perhaps I should just shut up and let you work on it. :-)

juanfranblanco commented 4 years ago

ha ha well I am sure going to need help :) The truth is that the process has not changed much (and Uport was a separate project so they did all heavy lifting and learning process, together with other people working on DID), now as usual there is nothing in .Net. so it won't be finished tomorrow..