Working with EVMNS
Last updated
Last updated
Before you can begin interacting with EVMNS, you will need to obtain a reference to the EVMNS registry. How you do this depends on the library you are using.
Example code for the Javascript-based APIs (ethers.js) here expect that they are being run inside a DApp browser, such as Chrome with, which exposes the ethereum
object.
Currently, ethers.js support for EVMNS name resolution. In this library, you can input an EVMNS name wherever an address is required, eliminating the need for direct interaction with EVMNS APIs unless you choose to manually resolve names or perform other EVMNS operations.