Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.62 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.62 KB

Reputator

A simple Frame for helping a Warpcast Channel's members rank the quality of contributions.

How:

  1. You get shown a random cast from the channel
  2. You give it a thumbs up or a thumbs down.
  3. Your judgement impacts that caster's reputation. The degree to which it contributes will depend on your own reputation.

Developed using v0.8.3 of simplest-frame

Todo

  • Explore moving data storage to eg. FaunaDB so that it's queryable

  • Define some sort of quorum requirement before a cast can be considered "judged"

  • Improve sampling: We could store casts: castHash, judgements (counter). Would help us spot which casts need additional judgements.

  • Leaderboard: show which casters are contributing the most "signal": fid, judgements (counter)

  • [ ]

  • Post processing: hourly?

    • calculate all casters reputations - looks at something like EigenTrust

Getting started

  1. Clone the repo
  2. Install the Netlify CLI
  3. Copy sample.env to .env and add:
    • your Netlify Key, for deploys: NETLIFY_AUTH_TOKEN
    • a Wield Key for reading Farcaster state: WIELD_API_KEY
  4. npm install
  5. netlify dev

Testing

  1. Run netlify dev --live will give proxy your local machine to the world wide web.
  2. Test that link in either: