Show and Tell - Blockchain Digital Good Auctions

Hi! This dashboard provides a dynamic interface for exploring details and trends of dutch auction listings. Specifically, it’s looking at applications which make use of blockchain smart contracts. The dashboard is the output of a personal summer project to brush up on my python/pandas fundamentals & produce something of interest to a general (or at least specialized) audience.

A few elements that might be of interest:

  • Leveraging scatter clickData to display a details table for a selected listing
  • Using browser cacheing to persist an (optional) sampling index between dash elements, for the purpose of managing refresh performance.
  • Employing configuration defaults (such as log/linear series defaults) to hedge against end-user confusion.

This is my first major python project, so apologies in advance for any cruft or idiosyncrasies.

2 Likes