vechain-sdk-js
vechain-sdk-js copied to clipboard
💡 [REQUEST] - Ability to sign transactions and messages using KMS
Summary
Current status is that to use KMS you should pass the private key to the SDK making KMS useless.
Basic Example
I would like to give to KMS the message to sign, get it back signed, and send it using the VeChain-SDK
Description
- [ ] create the abstract class
- [ ] add the app for the integration