1.3.30 • Published 4 years ago
@sipc/web3-eth-ens v1.3.30
web3-eth-ens
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.30
4 years ago
1.3.29
4 years ago
1.3.19
5 years ago
1.3.21
5 years ago
1.3.24
5 years ago
1.3.25
5 years ago
1.3.22
5 years ago
1.3.23
5 years ago
1.3.28
5 years ago
1.3.17
5 years ago
1.3.18
5 years ago
1.3.26
5 years ago
1.3.27
5 years ago
1.3.12
5 years ago
1.3.10
5 years ago
1.3.9
5 years ago
1.3.8
5 years ago
1.3.5
5 years ago