This repo contains the code for the superhero.com (currently https://superhero.com) tips aggregator.
The UI is fetching data from the tipping contract and is visualizing the data in an consumer-friendly way. This UI client can be self-hosted by anyone locally by following the instructions below.
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
npm run release