/ENS

Primary LanguageJavaScriptMIT LicenseMIT

ENS CHECKER

This project is used to check if an eth address has a domain name.

Usage

How to run project locally

First, open your terminal, go to desired location and run the command

git clone git@github.com:CyberGA/ENS.git

Next, go to the client folder and install npm packages:

cd client
npm install

Next, run the command to start project locally

npm run dev

Next, open http://localhost:3000/ or the url display on your terminal in your browser

Thanks