neo icon indicating copy to clipboard operation
neo copied to clipboard

The parse method needs to be improved

Open chenzhitong opened this issue 1 year ago • 4 comments

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

image

image

chenzhitong avatar Apr 23 '24 09:04 chenzhitong

DCECbzTesnBofh/Xng1SofChKkBC7jhVmLxCN1vk\u002B49xa2pBVuezJw== Such base64 strings cannot be converted see

chenzhitong avatar Apr 23 '24 10:04 chenzhitong

I can fix it if you think it needs fixing.

chenzhitong avatar Apr 23 '24 10:04 chenzhitong

DCECbzTesnBofh/Xng1SofChKkBC7jhVmLxCN1vk\u002B49xa2pBVuezJw== Such base64 strings cannot be converted see

This is not a valid base64 string, it must be decoded before

shargon avatar Apr 23 '24 10:04 shargon

I can fix it if you think it needs fixing.

do that part that you think should be done. We will review your pr.

Jim8y avatar Apr 23 '24 11:04 Jim8y