/artarcade.xyz

ArtArcade.xyz

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Meta

This is source code focusing on analysis of projects on FXHash and related data.

Scraping Description

Script Description
gentkid get information about a single generative token
gentkid_actions get information about the actions associated with a generative token
actions [start] [end-date] get all actions

COMPLETED in actions list corresponds to new gentk creation.

Features (todo)

  • Reserve list - show which user has a reserve on which token (reverse reserve lookup, filter on available/unavailable, default to available)
    • There should be a table in the db that has seq_id,gentkid,json_reserves,date
    • Table should be append only
    • When deciding to update an entry (append) all amounts should be considereded (in the json_reserves table)
    • .data.generateiveToken.reserves
  • Filter on tag or keyword (in description)
    • Sort by gentk or artist 'popularity' (total sales in xtz?)
  • Similarity/suggestion search
    • "find me pieces like this one"
    • "find me other pieces like this artist"
    • "find me other pieces like this collector"
    • "find me pieces like this set of pieces"
    • inception-v3? (link)
    • some other ideas:
      • gabor filters
      • sift/kaze/brisk (akaze)
  • 'admired' list
    • needs login
    • Table seq_id,admire_id,user_id,json_info,active

Analysis Ideas

  • Time to fully mint
  • project cap vs. percent minted
  • gentk mint price vs. gentk minted

Resources