You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hello everyone,
I'm trying to run the code snippet 1_creation.ts in order to create a DID for a university project. But when I try to run the code, I get the error that is in the attached files called "1_creationError1".
That is the code available to us in your snippet codes files. But according to your online documentation if I change line 5 to:
I indeed get a DID. But if I run more times it will ALWAYS give me the same DID regardless if I change the secret in the "data.ts" file.
Besides, even if I change the secret, it always shows that warning about the password provided...
So it feels like the code is not correct...
What am I doing wrong?
Thanks in advance for any replies,
Cheers.
To Reproduce
Steps to reproduce the behavior:
In the terminal run inside the folder with the code:
tsc 1_creation.ts
node 1_creation.js
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello everyone,
I'm trying to run the code snippet 1_creation.ts in order to create a DID for a university project. But when I try to run the code, I get the error that is in the attached files called "1_creationError1".
That is the code available to us in your snippet codes files. But according to your online documentation if I change line 5 to:
I indeed get a DID. But if I run more times it will ALWAYS give me the same DID regardless if I change the secret in the "data.ts" file.
Besides, even if I change the secret, it always shows that warning about the password provided...
So it feels like the code is not correct...
What am I doing wrong?
Thanks in advance for any replies,
Cheers.
To Reproduce
Steps to reproduce the behavior:
In the terminal run inside the folder with the code:
The text was updated successfully, but these errors were encountered: