digitalbazaar / did-method-key

A did-io driver for the DID "key" method
Other
25 stars 10 forks source link

Update README.md with use so key pair generation example code works #61

Closed merlinstardust closed 1 year ago

merlinstardust commented 1 year ago

When I used this library, I attempted to copy the code as is from the README and received this error

Error: Unsupported "multibaseMultikeyHeader", "z6Mk".

So I've added the required didKeyDriver.use lines to the example so it can work without error.

JSAssassin commented 1 year ago

@merlinstardust Thanks.