4.0.0-alpha.3389 • Published 2 years ago

@jamo/web3-eth-ens v4.0.0-alpha.3389

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
2 years ago

web3.js - ENS

ES Version Node Version NPM Package Dependency Status Dev Dependency Status

This is a sub-package of web3.js.

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

Get it from the NPM Registry
yarn add web3-eth-ens

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