BTCTrader / Neo3-Tool

Neo3 Decoding Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Neo3 Decoding Tool

License:MIT License


Languages

Language:C# 100.0%