0xSooki / erc721-rarity-generator

Generates rarity ranking based off a contract address, using Alchemy
MIT License
3 stars 4 forks source link

Add CLI menu to the application #19

Open fekete965 opened 1 year ago

fekete965 commented 1 year ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Why are you requesting this feature It would be nice if we could prompt the user with a few choices after connecting to the DB and setting up the base folder. I was thinking of the following options:

  1. Generate rarity based on a contract (this would give us 2 more options)
    1. User default contract address
    2. Type contract address (this will let the user to type in a specific contract address)
  2. Set calculation method (this would give us 1 option for now, until we have the other algorithm ready)
    1. XYZ algorithm (Name TBC)
  3. Exit
fekete965 commented 1 year ago

@0xSooki please let me know if you think this would be a good addition. I only described the main idea, everything can be changed the way you would prefer. The algorithm name also needs to be confirmed. I would also change the current folder structure and add some timestamps to the locally saved files so we can track the saved data.

fekete965 commented 1 year ago

I am very happy to work on this feature if you allow me :)

0xSooki commented 1 year ago

I believe it would could a great addition, feel free to give it a try :)