/share-charts

Fetch activity on smart contract, curate top hits on Share Protocol

Primary LanguageJavaScript

SHARE Protocol Charts

This repo fetches activity on the share protocol smart contracts to curate a "Billboard Top 100" like list of songs, and rank them by streams on Polygon, Ethereum and Optimism.

  • Web3.js to fetch activity on the share smart contract.
  • A user-interface in React.Js to browse the list.
  • CRON Jobs to fetch latest hits every 60 minutes.

Setup

  1. Install npm:
npm install
  1. Run the app:
npm run start

Documentation