web3-utils

NPM Package Dependency Status Dev Dependency Status

This is a sub-package of web3.js.

This contains useful utility functions for Dapp developers.

Please read the documentation for more.

Usage

import {
  isAddress,
  sha3,
  soliditySha3,
} from "https://deno.land/x/npm_web3_utils@1.2.11/mod.js";

Types

All the TypeScript typings are placed in the types folder.