Application for looking up ENS names and addresses
- Forward lookup: ENS name → Ethereum address
- Reverse lookup: Ethereum address → ENS name
- ethers.js v6 for blockchain interactions
- Parcel v2 as the bundler/dev server
- Infura
-
Install dependencies:
npm install
-
Create a
.envfile in the project root:INFURA_KEY=your_infura_project_id
npm startApp will be available at http://localhost:1234.
