1.0.9 • Published 2 months ago

eth-ens-tools v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

web3.js - ENS

ES Version Node Version NPM Package Downloads

This is a sub-package of web3.js.

eth-ens-tools This package has ENS functions for interacting with Ethereum Name Service.

Installation

You can install the package either using NPM or using Yarn

Using NPM

npm install eth-ens-tools

Using Yarn

yarn add eth-ens-tools

Getting Started

Prerequisites

Package.json Scripts

ScriptDescription
cleanUses rimraf to remove dist/
buildUses tsc to build package and dependent packages
lintUses eslint to lint package
lint:fixUses eslint to check and fix any warnings
formatUses prettier to format the code
testUses jest to run unit tests
test:integrationUses jest to run tests under /test/integration
test:unitUses jest to run tests under /test/unit