wshjs-util

0.1.3 • Public • Published

wshjs-util


A simple set of Wiseplat JS utilities such as toBuffer and isHexPrefixed.

Install

npm install --save wshjs-util

Usage

const util = require('wshjs-util');
 
const value = util.intToBuffer(38272);
 
// returns <Buffer ...>

About

A simple set of Wiseplat JS utilties, mainly for frontend dApps.

Available Methods

getBinarySize        <Function (String) : (Number)>
intToBuffer          <Function (Number) : (Buffer)>
intToHex             <Function (Number) : (String)>

padToEven            <Function (String) : (String)>
isHexPrefixed        <Function (String) : (Boolean)>
isHexString          <Function (Value, Length) : (Boolean)>
stripHexPrefix       <Function (String) : (String)>
addHexPrefix         <Function (String) : (String)>

getKeys              <Function (Params, Key, Empty) : (Array)>
arrayContainsArray   <Function (Array, Array) : (Boolean)>

fromAscii            <Function (String) : (String)>
fromUtf8             <Function (String) : (String)>
toAscii              <Function (String) : (String)>
toUtf8               <Function (String) : (String)>

Contributing

Please help better the ecosystem by submitting issues and pull requests to default. We need all the help we can get to build the absolute best linting standards and utilities. We follow the AirBNB linting standard and the unix philosophy.

Guides

You'll find more detailed information on using wshjs-util and tailoring it to your needs in our guides:

  • User guide - Usage, configuration, FAQ and complementary tools.
  • Developer guide - Contributing to wshjs-util and writing your own code and coverage.

Help out

There is always a lot of work to do, and will have many rules to maintain. So please help out in any way that you can:

  • Create, enhance, and debug wshjs rules (see our guide to "Working on rules").
  • Improve documentation.
  • Chime in on any open issue or pull request.
  • Open new issues about your ideas for making wshjs-util better, and pull requests to show us how your idea works.
  • Add new tests to absolutely anything.
  • Create or contribute to ecosystem tools, like modules for encoding or contracts.
  • Spread the word.

Please consult our Code of Conduct docs before helping out.

We communicate via issues and pull requests.

Important documents

Licence

This project is licensed under the MIT license, Copyright (c) 2016 Nick Dodson. For more information see LICENSE.md.

The MIT License

Copyright (c) 2016 Nick Dodson. nickdodson.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Package Sidebar

Install

npm i wshjs-util

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

35.2 kB

Total Files

7

Last publish

Collaborators

  • wiseplat