Skip to content

digvjs/ens-lookup-eth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check if ENS is taken or available using this nodejs script.

System compatibility

  • Node v14.16.0
  • NPM v6.14.11

Knowledge guide

  • /ens_to_process: Put the CSV files to be parsed in this directory.
  • /ens_processed: Holds the files which are parsed successfully.
  • /reports: This directory holds the reports for every individual processed file.

Before running the script dump your ENS CSV files in /ens_to_process directory. The format of the CSV should follow below format -

test1,test2,test3,test4,....

Setup Guide

  • Clone this repo and cd into the project directory

  • Install npm dependencies

    npm install
    
  • Next once you have some CSV files added to /ens_to_process directory then run the script -

    npm index.js
    

    This will parse the ENS names and create a report with results whether ens if taken or available.

About

Node js script for ENS lookup for bulk records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published