SpencerChou

Results 15 comments of SpencerChou

The institute who give out the DIDs is decentralized. But the CA organization is still centralized, right

thanks a lot. It seems that I mess around the sidetree node with the concept of Trust Registry. Because when I first learn the concept of DID, It says the...

Hi there, I got new question. I don't understand what kind of role of ipfs plays in the system. In other words, what kind of content does the ipfs module...

> > It says the traditional Centralized PKI is under the risk of being attack > > @SpencerChou, yes, since Centralized PKI is "centralized", it is "more possible" to be...

I mean, the architecture of sidetree suggest that the blockchain network is replaceable. is there any possibility that I run locally with IPFS and mongodb without bitcoin. Or I can...

Hello there,so if I just want to build a single sidetree node without blockchain and ipfs. This node will implement the workflow of sidetree protocal, like what to do when...

So far as I understand sidetree protocal, it contains sveral separated clucsters and every cluster can be run separatedly. which means if I run a single sidetree node, it can...

> > Now I want to make the sidetree node not to interact with bitcoin-network and ipfs. When CRUD DIDs, it interact mongoDB straightly. Each component is pluggable. If I...

> > all examples are about CRUD. So how does the sidetree node and a user-client to confirm an identity? > > With CRUD :) > > Specifically I make...

> As I mentioned above, the payload part is the VC? the payload should be structured JWT? And the signed with privatekey and send to the third-party app both your...