GithubHelp home page GithubHelp logo

morgandream / neo-convertor Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 19 KB

A tool to convert smart contract output data to human-readable one

License: MIT License

TypeScript 95.17% JavaScript 4.83%

neo-convertor's Introduction

neo-convertor

A tool to convert smart contract output data to human-readable one This tool is basicly derived from website https://peterlinx.github.io/DataTransformationTools/

Install

npm install neo-convertor

How to use

  import NeoConvertor from 'neo-convetor';
  // or import { Address } from 'neo-convertor';
  
  ...
  // convert a little endian scripthash to address form
  const scriptHashInBigendian = "ecc6b20d3ccac1ee9ef109af5a7cdb85706b1df9";
  const address = NeoConvertor.Address.scriptHashToAddress(scriptHashInBigendian);
  console.log(address); //AeV59NyZtgj5AMQ7vY6yhr2MRvcfFeLWSb

API

Description Package Method
String => Hex StringHex stringToHex(str)
Hex => String StringHex hexToString(hex)
Big Endian ScriptHash => Address Address scriptHashToAddress(scriptHash)
Address => Big Endian ScriptHash Address addressToScriptHash(address)
Little Endian ScriptHash => Address Address scriptHashToAddress(scriptHash, true)
Address => Little Endian ScriptHash Address addressToScriptHash(address, true)
Big Endian <=> Little Endian Address changeEndian(scriptHash)
Number => Hex Number HexNumber numberToHexNumber(number)
Hex Number => Number HexNumber hexNumberToNumber(hexNumber)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.