1.3.20 • Published 3 years ago

bif-core-ens v1.3.20

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

web3-eth-ens

NPM Package Dependency Status Dev Dependency Status

This is a sub-package of web3.js.

This is the contract package to be used in the web3-eth package.

Please read the documentation for more.

Installation

Node.js

npm install web3-eth-ens

Usage

const eth = new Web3Eth(web3.currentProvider);
const ens = new EthEns(eth);

ens.getAddress('ethereum.eth').then(function(result) {
    console.log(result);
});

Types

All the TypeScript typings are placed in the types folder.

1.3.20

3 years ago

1.3.13

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.6

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

2.3.3

5 years ago

2.3.2

5 years ago

2.3.0

5 years ago

2.2.5

5 years ago

2.2.4

5 years ago

2.2.3

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.12

5 years ago

2.1.11

5 years ago

2.1.8

5 years ago

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago