-
I am looking for an example of Veramo client which has been configured to use a "web3 provider" such as Metamask to control an I think it would be possible to do using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes, that is correct. We have some plans to create a KMS that does exactly that, but haven't yet had bandwidth to do the actual implementation. |
Beta Was this translation helpful? Give feedback.
-
I think this may be related to #688 |
Beta Was this translation helpful? Give feedback.
Yes, that is correct.
However, you might run into other issues if you replace the whole keyManager plugin.
Instead it would be better to create an implementation of an
AbstractKeyManagementSystem
(KMS) (take a look at@veramo/kms-local
) that wraps the signing capability of a web3 provider.We have some plans to create a KMS that does exactly that, but haven't yet had bandwidth to do the actual implementation.
You are welcome to give it a shot, of course.
Contributions are always welcome.