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
To derive the public key from the private key just use the code below
privateKey.publicKey
In addition, the key type should not be required as the SDK should be able to distinguish the private key by itself. The following environment variables should also be removed
Hey @pathornteng! Sorry for the late response 🙏🏽, we lost this issue in the backlog.
As the ENV variables are only used for testing, it is not urgent to address the issue. Anyway, we have marked it as "improvement" and will look into it when we have spare time in following sprints.
MiguelLZPF
changed the title
Remove environment variables that are unnecessarily required
[BBND-291] Remove environment variables that are unnecessarily required
Sep 19, 2024
The public key can be derived from the private key. We do not have to require the user to enter the public key in .env file.
The following environment variables in .env can be removed
To derive the public key from the private key just use the code below
In addition, the key type should not be required as the SDK should be able to distinguish the private key by itself. The following environment variables should also be removed
The text was updated successfully, but these errors were encountered: