newchain-web3-utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

web3-utils

This is a sub package of newchain-web3.js

This contains useful utility functions for Dapp developers.
Please read the documentation for more.

Installation

npm install newchain-web3-utils

Usage

Import all of the utils functions

import * as Utils from 'newchain-web3-utils';
 
console.log(Utils);
> {
    sha3: Function,
    soliditySha3: Function,
    isAddress: Function,
    ...
}

Import what you need

import { asciiToHex } from 'web3-utils';
 
console.log(asciiToHex('I have 100!'));
> "0x49206861766520313030e282ac"

Types

All the typescript typings are placed in the types folder.

Readme

Keywords

none

Package Sidebar

Install

npm i newchain-web3-utils

Weekly Downloads

6

Version

0.1.0

License

LGPL-3.0

Unpacked Size

67.3 kB

Total Files

6

Last publish

Collaborators

  • xiawu_zeuux