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

Universal Registrar implementation and drivers.

Results 17 universal-registrar issues
Sort by recently updated
recently updated
newest added

This is an example PR to add a driver to the Universal Registrar. **DO NOT MERGE.** See https://github.com/decentralized-identity/universal-registrar/blob/main/docs/driver-development.md for more information.

hello did:bid registrar driver has been updated. Please review it, and thank you.

closes #6 Signed-off-by: Firas Qutishat

Hi there, I want to update a did:sov and I´m not sure, whether it´s not working or I´m going the wrong way. Are there any Howto´s for this scenario. Im...

How to add type and public key under verification method

Hello. I've tried to register a new identifier in the universal registrar ( curl -X POST http://localhost:9080/1.0/register?driverId=driver-universalregistrar%2Fdriver-did-sov -d {"options":{"network":"danube"}} ), and the following occured: ![image](https://user-images.githubusercontent.com/54797210/101369413-303a9300-38a0-11eb-8986-ee4f6bf5b89f.png) ![image](https://user-images.githubusercontent.com/54797210/101369543-5bbd7d80-38a0-11eb-978d-d51a448b5db2.png) I'm running the latest...

Hi, I am having issues using the update function of ebsi driver. Since, there is not much documentation on Ebsi, I thought I can ask from here. I'm able to...

I created a did using ebsi driver. but I can't update and deactivate the did I created. now I have did information and secret keys information. How can I update...

Hi, I've been performing tests with this component, as well as the aca-py agents. When using the same Von-Network for both services (sharing the same seed & wallet_name for the...