Code Monkey home page Code Monkey logo

ens-collections's Introduction

ENS Collections

ENS Collections are categories of ENS names based on specific patterns or predefined lists. This repository is an effort towards bringing all collections together into one place and standardizing their definition in order to facilitate consistent integrations across platforms and marketplaces.

This repo is maintained by: @zimtente (ENS.Vision)

Metadata

The metadata for all collections in ens-collections.json:

  • name: collection name, e.g. "10K Club"
  • slug: short, lowercase, url-friendly abbreviation (use hyphens instead of spaces), e.g. "10k-club"
  • description: one sentence description
  • twitter: twitter username
  • website: full website url
  • chat: link for group chat, e.g. discord/telegram
  • logo: logo file, use slug for filename, e.g. "three-letters.png"
  • csv: array of csv files, use slug for filename, e.g. ["three-letters.csv"]

bold = required field.

CSV files

The .csv should include all names in the collection in ascending alphanumeric order. There are two columns: name and token ID. The names should not include the .eth extension and should be normalized using standard ENS normalization. New collections can be submitted without token IDs, or use the provided script to generate them.

name,token
vitalik,79233663829379634837589865448569342784712482819484549289560981379859480642508
ens,42033647921836720708986079437023664695436352815832009766988496528855301124570
0001,38764329101403256878217503524140705778209985981144907919668889447405219871633

   

Contributing

Please create issues or pull requests to contribute to this repo.

Proposing a New Collection

Here is a quick checklist when submitting a new collection:

  • The collection must be significantly different from any existing collection.
  • Provide all the required metadata fields (see above).
  • CSVs should be properly formatted and use the slug for filename. New collections can be submitted without token IDs.
  • (Optional) Logo files should be PNG with square dimensions that work with a circular crop (like Twitter). Logo files should be at least 500x500px, and no more than 1200x1200px. Logo files should use the slug for filename.

Example Collection Proposal:

Metadata content:

{
  "name": "10k Club",
  "slug": "10k-club"
  "description": "Names with 4 digits, 0000-9999.",
  "twitter": "10kClubOfficial",
  "website": "https://10kClub.com",
  "chat": "https://discord.gg/aUemBKUuZ5",
  "logo": "10k-club.png",
  "csv": ["10k-club.csv"]
}

.CSV content:

name,token
0000,105307555225596823162770746791279321249474694422393704130067750948958748271609
0001,38764329101403256878217503524140705778209985981144907919668889447405219871633
0002,37929174533718175565910670676525701091954781139941253617179119590462796771323
...

Adding or Removing Names from a Collection

To modify an existing collection, please create an issue or pull request and provide:

  • Explanation why the item should be added/removed from a collection
  • Collection Name
  • Name of the item
  • (Optional) Token ID of the item

   

Utils

Install

npm install

Generate Token IDs from Names

This takes any CSV file where the first column is the ENS name. The name will be normalized (.eth removed) and the token ID will be added as the second column in outfile.csv. Use this outfile for the collection CSV. It can replace the input file as well.

npm run get-tokens utils/example-names.csv outfile.csv

How to convert a name into a token ID:
https://docs.ens.domains/dapp-developer-guide/ens-as-nft

Verify All Lists and Logos

This verifies that all CSV files and logo files that are specified in ens-collections.json exist.

npm run verify-collections

ens-collections's People

Contributors

0x-49 avatar 0xfrankwhite avatar 0xlucyy avatar 372eth avatar aizaztoppa avatar aoxborrow avatar bluahh avatar casper-hansen avatar cryptogatsu avatar dual100 avatar enspiration-eth avatar f10wers avatar fataldc avatar futurehndrxxx avatar gfmi avatar hap-hub avatar hassanad94 avatar hlysht avatar jackongirao avatar laidcat avatar martinlopezjr28 avatar munakata-eng avatar octexor avatar raisebnb avatar shukaeth avatar singham1238 avatar stinkyvampire avatar super-scary-ghost avatar xkiranj avatar zimtente avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ens-collections's Issues

Add female names

Would you please add the following female names?

marilee
madalynn
giorgina
5usan

I fully understand if you do not see the last as a fit

Add to English Adjectives

Explanation why the item should be added/removed from a collection: They are English adjectives
Collection Name: English Adjectives
Name of the item: snitty.eth, penurious.eth, loverly.eth, handsy.eth, sharpish.eth

Category Request: 6 Digit Palindromes

metadata:

{ "name": "6 Digit Palindromes", "slug": "6-digit-palindromes", "description": "Palindromes with 6 digits", "twitter": "", "chat": "", "website": "", "logo": "6-digit-palindromes.png", "csv": ["6-digit-palindromes.csv"] }

logo:
6-digit-palindromes

csv:
6-digit-palindromes.csv

Add 69 Ambigram

{
"name" : "69 Ambigram"
"slug" : "69-ambigram"
"description" : "Ambigrams containing 69 between 3 and 8 digit length."
"logo" : "69-ambigram.png"
69-ambigram
"csv" : "69-ambigram.csv"
69-ambigram.csv
}

Add to Male First Name’s

“Piko” is a common Japanese First name.

From Japanese 飛 (pi) meaning "to fly" combined with 鼓 (ko) meaning "drum". Other combinations of kanji characters can also form this name.

Collection: ENS: Ethereum Name Service

Name of Item: piko.eth

Category Request

Name: “emoji hex 1 digit club”
Slug: “emojihex-1digitclub”
Description: “names with all emojis using hex plus one digit”
Twitter: N/A
website: N/A
Chat: N/A
Logo: N/A
Csv: see attached picture
69A75F08-C6CD-4F28-B6D1-71041F99D8AA

Game of Throne Houses club revision

The got-houses-club.csv file which has been sent to the main branch has some mistakes.

  1. There are 3 house which are absent from the file (househetherspoon, housethenn, housethorne) and should be added.
  2. The last row (424) should be deleted.

I appreciate your consideration.

Add Premiering.eth and barbecuing.eth to English verbs category

Adding or Removing Names from a Collection
To modify an existing collection, creating an issue.

Explanation why the item should be added/removed from a collection -

Premiering and barbecuing are clearly actions and are verbs. So please add it to your English verbs category on ens.vision!
Collection Name
-English verbs

Name of the item
-Premiering.eth
-Barbecuing.eth

(Optional) Token ID of the item

Add tmi.eth to 3L dictionary category

Adding or Removing Names from a Collection
To modify an existing collection, creating an issue.

Explanation why the item should be added/removed from a collection -

  • tmi is found in Oxford dictionary, dictionary.com, Macmillan dictionary, Merriam-webster, Wikipedia, Urban dictionary and many more such authentic and trust worthy dictionaries. So please add it to your 3L dictionary category on ens.vision!

Collection Name
-3 letter dictionary

Name of the item
-tmi.eth

(Optional) Token ID of the item

Adding ENS to 3-Letter First Name and Male/Female First Names

Hello, I have two 3 letter ens domains I'd love to add to some categories -- KIE.ETH and TYI.ETH

When able would really appreciate you adding KIE.ETH to the categories of:

3-letter first name
proof - https://duckduckgo.com/?q=is+kie+a+name%3F&atb=v314-1&ia=web

Male First Names
https://www.bounty.com/pregnancy-and-birth/baby-names/baby-name-search/k/kie#:~:text=Meaning%20of%20the%20name%20Kie&text=May%20derive%20from%20the%20Germanic,%2C%20meaning%20%3B%20war%20horn'.

Female First Names
https://babynames.com/name/kie

And TYI.ETH to the categories of:

3-letter first name
https://www.espn.com/womens-college-basketball/player/_/id/4704510/tyi-skinner

Female First Name

Thank you!

License

Could you add a licence of data?

Category Request: Prime Roots

 - Word Endings

name: "Prime Roots"
slug: "prime-roots"
description: English word endings with sub-domain utility
twitter: "rootsprime"
website:
chat:
logo:"primerootslogoZ.png"
csv: ["PrimeRoots List280622 - PrimeRootsSimple.csv"]

primerootslogoZ

PrimeRoots List280622 - PrimeRootsSimple.csv

English Word Endings with Sub-Domain Utility




tion.eth
ing.eth
ment.eth

These are examples of common endings to English nouns, comparative adjectives, verbs etc
When compiling this list I used 'lotsofwords.com' as a reference to see how many times these endings are used in words

'ing' is used in 35,000 words
After a twitter poll to the community I decided to cut off words below around 200 uses

Of these 246 domains, only 20 or so are left un-minted
Many have been minted for years and some 3 letters in the top 10 are even registered until 2031!
Even before I came along, many people value these word endings and can see the sub domain potential

We can call these 'prime roots', as they will be very desirable with the coming subdomain wrapper from ENS,
And we believe these word endings will increase in utility and value
Once helping.eth has been taken, someone could mint the prime sub-domain:
 help.ing.eth

The root 'ing.eth', will have thousands of sellable sub domains:

fomo.ing
bank.ing

The owner of ing.eth could make more money than simply holding a grail like banking or shopping and never need to sell, only renting out sub domains. 

Thanks for considering this category helping the rise of sub-domain usage.

Words to add to English categories

Hello, please could you add these words to the English categories on Ensvision. Thanks a lot!

English Verbs:-
derange.eth

English Nouns:-
forecourt.eth
migrator.eth
inflationist.eth
computist.eth
tiredness.eth
beautifulness.eth
naughtiness.eth
filthiness.eth
litigant.eth
professorship.eth
doctorship.eth

English Adjectives:-
tetchy.eth
erasable.eth
numerable.eth
spiritless.eth

Add to surnames club

Could we add the following surnames (each has 45K-150K with the name)

Pavan
Pavra
Borda
Paben

Thank you

New ENS collection: Made in Country

I don't have access, so. add here file.
thank you.

{
  "name": "Made in country",
  "slug": "made-in-country",
  "description": "Made in countries",
  "twitter": "",
  "chat": "",
  "website": "",
  "logo": "",
  "csv": ["made-in-country.csv"]
}

made-in-country.csv

Category request: Double hyphen

{
"name": "DoubleHyphens-NN",
"slug": "doublehyphens-nn",
"description": "double--hyphenated ENS 2 digit domains from 0 to 99",
"twitter": "hyph_ENS",
"logo": "100--club.png",
100--club
csv: "doublehyphens-nn.csv",
doublehyphens-nn.csv
}

52 Deck Club

{
"name": "52 Deck Club",
"slug": "52-deck-club"
"description": " Exclusive club for the names representing the 52 deck of cards! .",
"twitter": "52DeckClub",
"website": "-",
"chat": "-",
"logo": "52-deck-club.png",
"csv": ["52-deck-club.csv"]
}

File:

52-deck-club.csv

Logo:
52-deck-club

please add my 2 female first names (kelci and megen) to category

Top Surnames Missing from SurnameList

These surnames are among top 4000 surnames in world but are missing from ens vision

  • Shaibu (shaibu.eth) - 2657th most common name in world with 209,483 people using it
  • Birhanu (birhanu.eth) - 1602nd most common surname in world with 339,000 people using it
  • Husen (Husen.eth) - it is the 1770th most common surname in world with approx 309,000 people using this surname
  • Rohman ( Rohman.eth ) - It is the 2490th most common surname with over 222,000 people using it
  • Thet (Thet.eth) - 1180th most common surname with approx 451,000 people using it
  • utomo (utomo.eth) - 3366th most common surname in world with approx 166,000 people using it
  • Tsehay (tsehay.eth) - 1406th most common surname in world with approx 381,900 people using it
  • Tilahun (tilahun.eth) - 1347th most common surname in world with approx 401,000 people using it
  • Sibanda (sibanda.eth) -1720th most common surname in world with approx 319,000 people using it
  • Thandar (thandar.eth) - 1490th most common surname in world with approx 361,000 people using it
  • Kedir (kedir.eth) - 1680th most common surname in world with approx 327,000 people using it
  • Kozlova (kozlova.eth) - 2543rd most common surname in world with approx 217,000 people using it
    -Belova (belova.eth) - 3567th most common surname in world with approx 157,000 people using it

### Shaibu, Birhanu, Husen, Rohman , Thet, Utomo, Tsehay, Tilahun, Sibanda, Thandar, Kedir, Kozlova, Belova

Add "The 969s" as a new category

name: "The 969s"
slug: "969s"
description: "We are the Legion. the elite 969 numbers of the Roman Numeral System"
twitter: "N/A"
website: "N/A"
chat: "N/A"
logo: "The969s.png"
csv: "The969s.csv"

The969s

The969s.csv

Add to Female First Name

Explanation why the item should be added/removed from a collection: Is a female first name
Collection Name: Female First Names
Name of the item: alarielle.eth, haylynn.eth

add to 3 letter dictionary

HI, I would like to add QTS.eth to the 3 letter dictionary. QTS is considered a 3 letter on dictionary.com and Collins Dictionary, both accredited sources.

Token ID 61067472763840503122287035210324693772809657347250609842332785241944710688968

these surnames are missing surnames from top 4k list

(updated I have posted new list above and updated here too)
These surnames are among top 4000 surnames in world but are missing from ens vision

Shaibu (shaibu.eth) - 2657th most common name in world with 209,483 people using it
Birhanu (birhanu.eth) - 1602nd most common surname in world with 339,000 people using it
Husen (Husen.eth) - it is the 1770th most common surname in world with approx 309,000 people using this surname
Rohman ( Rohman.eth ) - It is the 2490th most common surname with over 222,000 people using it
Thet (Thet.eth) - 1180th most common surname with approx 451,000 people using it
utomo (utomo.eth) - 3366th most common surname in world with approx 166,000 people using it
Tsehay (tsehay.eth) - 1406th most common surname in world with approx 381,900 people using it
Tilahun (tilahun.eth) - 1347th most common surname in world with approx 401,000 people using it
Sibanda (sibanda.eth) -1720th most common surname in world with approx 319,000 people using it
Thandar (thandar.eth) - 1490th most common surname in world with approx 361,000 people using it
Kedir (kedir.eth) - 1680th most common surname in world with approx 327,000 people using it
Kozlova (kozlova.eth) - 2543rd most common surname in world with approx 217,000 people using it
-Belova (belova.eth) - 3567th most common surname in world with approx 157,000 people using it

Shaibu, Birhanu, Husen, Rohman , Thet, Utomo, Tsehay, Tilahun, Sibanda, Thandar, Kedir, Kozlova, Belova

Category request -- plural nouns

Name: “plural nouns club”
Slug: “Name: “plural-nouns-club”
Slug: “emojihex-1digitclub”
Description: “plural nouns”
Twitter: N/A
website: N/A
Chat: N/A
Logo: N/A
Csv: see attached picture”

Proposing some changes

@Zimtente & ENSVision.

Heya there. I am 5848.eth!

I've been doing some work on that side before few weeks.
It was in https://github.com/tunnckoCore/ensmarkets, and just made it public.
Initially the work started at https://github.com/tunnckoCore/ensclubs-utils on April 28th, and quickly seen it's a mess lol, so I started it from scratch and from a CLI point of view, and started thinking what will be a good and easy to use format for the things i need.

I would be happy to join you helping. I'm having many things in mind. Or I can handle the issues and PRs here.

I'm in open source for a decade, I like building things and know what newcomers can mistake, as seen in the issues and the PRs here.
I jumped out of the bed at that night when 10kClubs started, and I started doing stuff... it's just my nature. I can make PRs with some updates and a CLI.

So, in above repo there's also basic CLI, which I will update, but most importantly the add command accepts any input file with comma/space/newline-separated list of names, and generates these files on categories/ directory which looks like this

image

Why?

It hosts both the information and the id for given label in a convenient way for us to base things on top of it. Plus, it's json, quite more flexible and usable. For example, I'm using this categories directory as source for getting the ids and then make snapshot files in snapshots directory. Plus, it's easy for not experienced "users" to add categories. We can even make an app and form that they can use to submit proper PRs, which form will not be much different than the BulkSearch on ENSVison, except with name and description. I think you got good at "slugs" on ensvision and we should not allow them to add slug.

The snapshots

You probably don't need that, but just an example, why i'm using { info: Object, data: Object } format. ens-collections can be auto-generated from categories too. Thus, avoiding user mistakes, they just know how to put a list on Bulk Search, not familiar with all the git and GitHub stuff.

It actually creates 3 files for each club in the snapshots directory out of that single source of truth without possible user errors in the middle.

image

0x1k.json

Expands from above format, and makes an object for each label. For times when you want to request by label.

image

0x1k-holders.json

On this one, data is "per holder", meaning the key is the owner, and the value is all owner's labels.

image

0x1k-ranked.json

Is where on data you get a list of number of labels that an owner holds. A la "holders" for ERC20 token.

image

Add Bengali 999 Club

Metadata for Bengali 999 Club:

{
"name": "Bengali 999 Club",
"slug": "bengali-999-club"
"description": "3 digit numerals for the 6th most popular language in the world; Bengali numerals from 000-999.",
"twitter": "@999ENSBengali",
"website": "-",
"chat": "https://discord.gg/H5BsbEjh",
"logo": "bengali-999-club.png",
"csv": ["bengali-999-club.csv"]
}

Files:
bengali-999-club.csv

Logo:
bengali-999-club

Adding First Names

Explanation why the item should be added from a collection: first names
Collection Name: Male first Names
Name of the items: antonello.eth, filippo.eth fiorello.eth and eolo.eth

Collection Name: Female first Names
Name of the items: letizia.eth and raffaella.eth

Adding to a Category

GM
asking for a few names to be added to
FirstName
sylv.eth (unisex) (4L ) for sylvester,sylvia,sylvaine, etc
bradynn.eth (unisex)
janavi.eth(fname)
iarina.eth(fname)
markian.eth (mname)
callee.eth (both a fname & a noun)

tq

Names to be added to the Male First Names, Female First Names & Surname categories - Thank you!

Adding Names from a Collection
To modify an existing collection, creating an issue.

Explanation why the item should be added from a collection:
The list of male & female forenames below should be added to their respective existing collections as they are all within the top 1000 names in China, top 5000 names worldwide & each have at least 200,000 people that bear the name globally. It’s also a good chance to open the categories up to more regions and further grow ENS & Vision’s reach and markets. Names & data were cross-checked on Forebears.io for incidences / popularity & LinkedIn to double-check gender confirmations for each name.

The final shorter list (2 names) are British surnames that have yet to be added to the Surnames collection. One is of a famous ex-F1 driver, and the other is a surname in the UK / Australia. Both have been confirmed on Forebears.io & LinkedIn to ensure they are in circulation.

I’ve also added token ID’s for each domain to the bottom of this request to hopefully save you some time when adding them as I appreciate there are a few to add.

Collection name #1: Male First Names
Name of item(s):
Chenglin.eth
Fengming.eth
Guangrong.eth
Guisheng.eth
Guofang.eth
Guozhen.eth
Honghua.eth
Jianchun.eth
Jiasheng.eth
Junling.eth
Shaohong.eth
Shaoqing.eth
Tiejun.eth
Weirong.eth
Wenfang.eth
Xianjun.eth
Xianming.eth
Ximing.eth
Xinsheng.eth
Xuefang.eth
Yanbing.eth
Yaohua.eth
Yueping.eth
Zhiqin.eth
Zhongmin.eth
Zhongping.eth

Collection #2: Female First Names
Name of item(s):
Chaoxia.eth
Fengqin.eth
Fengxia.eth
Guimei.eth
Hongling.eth
Huaying.eth
Jieping.eth
Liqiong.eth
Qiuhong.eth
Shuxia.eth
Suping.eth
Xiuqing.eth
Yajuan.eth
Yuehong.eth

Collection #3: Surnames
Name of item(s):
Brundle.eth
Retford.eth

Token ID's:

Male First Names:
Name of item(s) & Token ID(s):
Chenglin.eth: 72698196050183359134385992476947072762946605126341736417522009876294432518050
Fengming.eth: 106772675430116288781563314430774274324231702942083035403501543823627270270063
Guangrong.eth: 23298928627055897838299397548910044336361409803946763985424863019906552812391
Guisheng.eth: 67944254428086078296979337875593466531677371635835040501264872185708419902956
Guofang.eth: 76414740572839031553732567371291721155559623237608436626204568240477345423547
Guozhen.eth: 70785260722802069461222418523789624967510303718368968407417292193387472917639
Honghua.eth: 91144478853742820149020252226374836675949175779595661386185721036365902306467
Jianchun.eth: 81758903208435396379061680129983431369949939012247607194062520272859765148663
Jiasheng.eth: 4121771581022162673961367511723048122181392503451294368077426531506600029933
Junling.eth: 8076009307064777948099940459429875960793948566018361033560656178797410625717
Shaohong.eth: 5712963284566231521356525820513243938979414590811661863630697298740498807406
Shaoqing.eth: 67944254428086078296979337875593466531677371635835040501264872185708419902956
Tiejun.eth: 35933460358664423063891859838291025473651548149344371315618517199376385444879
Weirong.eth: 34837876293592955362892785050971411971027151606854006158119238665884555504267
Wenfang.eth: 39711731966793214937974929347902372566052772722798872088285879405059820823121
Xianjun.eth: 89058816226320851383659049025150015160124911247833885062589963235376551113068
Xianming.eth: 48857620087491649909680803114125309602724219906158775937607786826489817600237
Ximing.eth: 25838399010794114655598416103993112760953178622722087025268241029373400742118
Xinsheng.eth: 11419338356024909628024222630540866685964743797070299434088175968995122190146
Xuefang.eth: 94319590306681919231675537613184222942195761389227198469804178518655808164183
Yanbing.eth: 48305524047699786600971135809054804323753911237472554068239389073105951806273
Yaohua.eth: 50625297038215368427821170950021869058650664166438703973035452570291741966178
Yueping.eth: 94277033597532308757012534459835776652141487906836460723226777036526157181408
Zhiqin.eth: 71228887040863982571360747150804581142231209420275979375024999565564355087775
Zhongmin.eth: 111110130489031136418290388571098698331806757961236880423707725777404738463741
Zhongping.eth: 10618783948321966975060316298258492912445573246964349287288407959352549713102

Female First Names:
Name of item(s) & Token ID(s):
Chaoxia.eth: 99480300642281825150395140669558480492707721404357095429048006143695270457657
Fengqin.eth: 90701877183127851626373586755817821384419140856772342519435100444124939792459
Fengxia.eth: 58058513701244313634256840553714742296433141907977521811861203757696566144064
Guimei.eth: 57282491673595278127609177879963740194728806693145606200123898274204181094502
Hongling.eth: 92143217245612096522052770764423985703535150805857857686699199482842559541085
Huaying.eth: 99108031429036350278528487335728973740247653203259738187564656776298442426480
Jieping.eth: 73844497478575018414954308260310894621881560406347424359075690785235424732332
Liqiong.eth: 26061478307456929930901133283789192428288820383413949798958320823991637014120
Qiuhong.eth: 57403441443296550931970668501125912823700650221924534908441460091648472316341
Shuxia.eth: 34997781397008033719811875746884169208295600107202287684914716724128113142281
Suping.eth: 29700234588904886591602181609189215281651166423281362593476624297531066786279
Xiuqing.eth: 67504987299458442204416064516406437693675389119115245399669185607797964771881
Yajuan.eth: 30728407916070566308611048059467038952837198857265075000094003947370263472220
Yuehong.eth: 84163915283741399881193756519212871411084225418129835463075031362937605691844

Surnames:
Name of item(s) & Token ID(s):
Brundle.eth: 32482159064858457346605301148718119314675603134208509298947124237741153483735
Retford.eth: 28752391337684482048880485955398324613927913654234430567604088221508945958418

Thanks in advance, appreciate all the amazing work you do for the ENS community ✌

Add an Indic 999 club

MetaData for Hindi 999 Club

{
"name": "Hindi 999 Club",
"slug": "hindi-999-club"
"description": "000-999 in Hindi(Devanagari Script)",
"twitter": "@999ENSHindi",
"website": "-",
"chat": "http://discord.gg/h2UKStxsTS",
"logo": "hindi-999-club.png",
"csv": ["hindi-999-club.csv"]
}

Files:
hindi-999-club.csv
hindi-999-club

MetaData for Hindi 10K Club

{
"name": "Hindi 10K Club",
"slug": "hindi-10k-club"
"description": "0000-9999 in Hindi(Devanagari Script)",
"twitter": "@999ENSHindi",
"website": "-",
"chat": "http://discord.gg/h2UKStxsTS",
"logo": "hindi-10k-club.png",
"csv": ["hindi-10k-club.csv"]
}

Files:

hindi-10k-club.csv
hindi-10k-club

New ENS collection: 4 Digit Palindromes in Arabic

@Zimtente, got this pull request error remote: Permission to Zimtente/ens-collections.git denied to ...

Please add this as a new collection.

{ "name": "4-Digit Arabic Palindromes", "slug": "4-digit-palindromes-arabic" "description": "4-Digit Palindromes in Arabic, 0110-9999.", "twitter": "4DPalindromes", "website": "", "chat": "", "logo": "4-digit-palindromes-arabic.png", "csv": ["4-digit-palindromes-arabic.csv"] }

4-digit-palindromes-arabic

4-digit-palindromes-arabic.csv

Adding to multiple collections

Hi,

Could you add the following names to the corresponding lists.

Reason- popular names/ words not listed

Collection 1 - Surnames
Name of items- velasco.eth, garrido.eth, markovic.eth, dixson.eth, thornburg.eth

Collection 2- Female first names
Name of items- Ammie.eth, brittni.eth

Collection 3- Male first names
Name of items- eyad.eth, dharius.eth, irineu.eth, kordell.eth

Collection 4- English nouns
Name of items- regimen.eth

Collection 5- English Verbs
Name of items- Metamorph.eth, transported.eth

Collection 6- English Adjectives
Name of items- educative.eth, pearly.eth

Add to Surnames Club

Hello, just writing to see if these clean surnames qualify for the Surname Club on Ens.Vision I believe with the exception of Perry's the others should definitely qualify.

Cellino.eth
Fuccillo.eth
Radwell.eth
Perrys.eth

wrong twitter

Hi, there is a collection that got an inactive twitter, as an holder I create an active page of the collection and I am now working on it promoting on the social media.Can you change the twitter page of the collection with mine? I can send my twitter page I will open discord soon
so people know that I am active as a page social media, and not the inactive page
999 CN Club
零零零 - 九九九 (simplified)
the inactive page is:@999CNClub
my page, that one that is active for the community is:@999cndigit
we are getting volume so it's better for people if they know the real page in my opinion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.