universal-registrar icon indicating copy to clipboard operation
universal-registrar copied to clipboard

Setup for testing

Open Primordium opened this issue 4 years ago • 0 comments

Hello all,

I'm trying to enter the world of DIDs and SSI, and I was trying to conduct some testings localy, before creating a VM to explore further. I have a few questions and if any of you could point me out in the right direction with examples / documentation it would be very kind of you.

Right now, my setup is via docker I have universal-resolver and universal-registar running.

I'm unable to create a new DID using sov driver. It asks for a trusted anchor? What can I do to get this working?

Second, if I do understand the concept, we should be able on the creation of the DID document to insert some specfic metadata/information. Ex: First and Last name of the individual, how can I achieve this? Is it something like : curl -X POST 'http://localhost:9080/1.0/register?driverId=driver-universalregistrar%2Fdriver-did-sov' -d '{"options":{"network":"danube"},{"name":"Primordium"}}' Is it possible to somewhat calculate the resources needed to have the resolver and registar in terms of memory, cpu and diskspace? I need this information to have it running on the VM.

Thanks in advance.

Primordium avatar Jun 17 '20 16:06 Primordium