Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 539 Bytes

TODO.md

File metadata and controls

10 lines (10 loc) · 539 Bytes

Improvements & Next Steps

  • Write unit tests for the code
  • Handle eth contracts or ENS names that do not hold any NFTs; at the moment it is running through and returning error...taking a break for now (competing priorities)
  • Refactor the code
  • Explore using concurrent requests to fetch the data
  • Better logging
  • Improve setup process
  • Implement the getFloorPrice API to get floor price for the owners nfts using the token_contract data from dataframe
  • Create Streamlit app for users to ineract with their data intuitively