Skip to content

ludooo/ens-bulk-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ENS Domain Bulk Search

Lightweight Node script to find availability of a big list of ENS domains (Ethereum Name Service). Do you want to find all available first names, company names, countries, cities or whatever that you want to re-sell on https://opensea.io? Will you find your gem?

How to use it?

First, indicate your Infura API Key in bulksearch.js file. It's free and you can get one there: https://infura.io.

npm install

node bulksearch.js --file domainlist.txt --out results.txt

Here, domainlist.txt contains a list of our domains without the .eth extension:

Aarika
Abagael
Abagail
Abbe
Abbey
Abbi
[...]

The script will output the available domains in results.txt. Sometimes, domains are marked as available but there aren't, so test them manually on app.ens.domains afterwards.

You can also input a JSON file ["Aarika", "Abagael", "Abagail", ...] with a .json extension.

--index parameter can be used to start the script to a specific line in your input file, it can be useful for BIG file testing.

Contributing

Pull requests are welcome.

About

Node script to find the availability of a list of ENS Domains (Ethereum)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published