neo
neo copied to clipboard
The parse method needs to be improved
The parse method needs to be improved. Missing some necessary conversions.
Such as
-
Public key to Neo3 Address
-
Public key to script hash
-
Private key to public key
-
Private key to Neo3 address
-
Private key to script hash
-
Mnemonic to Neo3 private key
-
Mnemonic to Neo3 address
-
Little-endian to big-endian
-
Big-endian to little-endian
-
Smart contract script analysis
DCECbzTesnBofh/Xng1SofChKkBC7jhVmLxCN1vk\u002B49xa2pBVuezJw== Such base64 strings cannot be converted see
I can fix it if you think it needs fixing.
DCECbzTesnBofh/Xng1SofChKkBC7jhVmLxCN1vk\u002B49xa2pBVuezJw==Such base64 strings cannot be converted see
This is not a valid base64 string, it must be decoded before
I can fix it if you think it needs fixing.
do that part that you think should be done. We will review your pr.