Skip to content

BTCTrader/Neo3-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo3-Tool

Neo3 Decoding Tool

Command List:

HexStringToString [hex]:  Convert HexString to String.
StringToHexString [string]:  Convert String to HexString.
HexNumberToBigInteger [hex]:  Convert HexNumber to BigInteger.
BigIntegerToHexNumber [bigInteger]:  Convert BigInteger to HexNumber.
Base64HexStringToString [base64HexString]:  Convert Base64HexString to String.
Base64ByteArrayToAddress [base64ByteArray]:  Convert Base64ByteArray to Neo3 Standrd Address.
Base64ByteArrayToBigInteger [base64ByteArray]:  Convert Base64ByteArray to BigInteger.
AddressToScriptHash [standardAddress]:  Convert Neo3 Standard Address to Big&Little End Scripthash.
LittleEndScriptHashToAddress [littleEndScriptHash]:  Convert LittleEndScriptHash to Standard Address.
BigEndScriptHashToAddress [bigEndScriptHash]:  Convert BigEndScriptHash to Standard Address.
BigAndLittleEndExchange [scriptHash(bigEnd or littleEnd)]:  LittleEnd and BigEnd hex swap

Releases

No releases published

Languages

  • C# 100.0%