Skip to content

sourcecred/cred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92208e3 · Aug 2, 2022
Feb 16, 2022
Mar 31, 2022
No commit message
Jun 11, 2022
Oct 8, 2021
Nov 24, 2020
May 27, 2021
Nov 24, 2020
Jan 19, 2022
Dec 3, 2020
Aug 2, 2022

Repository files navigation

SourceCred's Own Cred Instance

This repository contains SourceCred's own Cred instance, as well as some GitHub actions for keeping it up to date.

You can view this as an example of what a fully configured SourceCred instance looks like.

Some features to note:

  • The Cred is recalculated every 24 hours.
  • It deploys to GitHub pages.
  • Config and permanent data (e.g. the Ledger) are stored in the master branch. All output or site data are stored in the gh-pages branch.
  • The config/grain.json file specifies how much Grain to distribute every week. The maxSimultaneousDistributions parameter determines how many weeks of "back-distributions" to generate if the command hasn't been run in a while (or ever).

For instructions on how to run the instance locally, see the Setup and Usage Guide.