I'm still looking through the docs to see if there is a helper for this, but it would be great to have an example for updating an existing DID with a new operation.
Rust and WASM did-method-plc tools and structures
Example For Updating an Existing DID #2
open
opened by
Oh, actually I'm just realizing that this library isn't actually doing the network requests to create the key or anything ( smart ), so I've just got to get the operation and then submit it to the directory, which I presume I use
serde_jsonfor.Sorry for the noise, though I suppose some docs on that would be handy. ๐
I was missing the fact that having "created" a DID is actually a separate process from "publishing" it to the directory.