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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
There are quite a few useful things you can do with the repl, particularly with regards to utilities like formatting NEAR and getting public keys from private keys.
Would be great to undelete that command if it's possible
The text was updated successfully, but these errors were encountered:
hey @mikedotexe , I hear you, and I see the use cases. What if we add the command:
near convert [--yoctoToNear] [--nearToYocto] [--secretKeyToPublic]
This way, the code would be compact, and super safe.
Having a whole JS interpreter in the command line is a bit of an overkill, and if I remember correctly, it adds lot of code and logic (+ multiple dependencies) to maintain.
I can add it back, but right now I am aiming for "maintainable" code - since apparently I am the only maintainer - more than "UX at any cost". If by just having a simple convert we can survive, I would strongly prefer that.
There are quite a few useful things you can do with the repl, particularly with regards to utilities like formatting NEAR and getting public keys from private keys.
Would be great to undelete that command if it's possible
The text was updated successfully, but these errors were encountered: