forked from digitalbazaar/ed25519-signature-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello!
Thanks for your hard work on this library, it's awesome.
I'm struggling with the definition of the controller
when I want to create a keyPair
for the suite
const controller = 'https://example.edu/issuers/565049';
const keyPair = await Ed25519VerificationKey2020.from({
type: 'Ed25519VerificationKey2020',
controller,
id: controller + '#---',
publicKeyMultibase: '---',
privateKeyMultibase: '---'
});
const suite = new Ed25519Signature2020({key: keyPair});
So, what are the requirements for that URL? I assume I have to create a REST GET endpoint, but I'm unsure what to deploy there to perform the control
action.
This is the current error:
jsonld.InvalidUrl: URL "https://example.edu/issuers/565049" could not be dereferenced: Not Found
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog