evmns

1.0.0 • Public • Published

evmns-js

About this package

https://evmns.sapce

install the package

npm install --save evmns.js

or

npm i -S evmns.js

How to use

import { evmns, namehash } from 'evmns.js'

const address = '0x...'
const addressWithoutPrefix = address.replace(/^0x/, "");
const name = await evmns.getNameByAddress({addressCode: namehash(addressWithoutPrefix.toLowerCase() + '.addr.reverse')})
// console.log(name)
....


## License

Readme

Keywords

Package Sidebar

Install

npm i evmns

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.01 MB

Total Files

48

Last publish

Collaborators

  • sutaiyi