Step 1 - Installations

The first step is to install ethers JS into your web app. We use npm and recommend version 5.7.2, which is the version we built dotNames' frontend with. To install it, you can use the following code:

npm i ethers@5.7.2

Once it installs, we can proceed to the next step.

Last updated