-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new did:tdw #13
Comments
yeah, this issue is the reason I ended up creating the fixture keys. It appears their is something interacting in the thanks for creating this issue. Will keep it open until one of the above options has been completed |
I managed to get your test to pass without using the digitalbazaar library. Here is the code that uses
I will remove the digitalbazaar library from the dependency list |
I'm working on a PR that removes the dependency and removes the key fixtures here #14 |
Works - thank you! |
Hi! I'm trying to create a new
did:tdw
, but it seems that generating a fresh keypair triggers an error.I created the following testcase:
I think the
resolveDID
step should succeed, but instead it throws an error:If I do not generate the key material but use one of the keys defined in
test/fixtures/keys.json
the above test case succeeds.Maybe
@digitalbazaar/ed25519-multikey
is not the correct tool to create the key material? How was the content oftest/fixtures/keys.json
created?The text was updated successfully, but these errors were encountered: