kAsky53 / rewarder-list

Cache of a list of rewarders associated with each mint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarry Rewarder List

Cache of a list of rewarders associated with each mint.

Adding a Rewarder

To add a rewarder, edit src/config/Rewarders.toml with your rewarder's information and send a pull request.

This will add the rewarder to the Quarry UI, allowing others to discover your protocol's rewards.

Usage

The following scripts should be run periodically:

yarn compile-rewarders-list
yarn fetch-all-rewarders
yarn decorate-rewarders
yarn build-token-list
yarn build-tvl-list

This will ensure that all of the latest mints are always in the repo.

License

AGPL-3.0

About

Cache of a list of rewarders associated with each mint.

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 99.2%Language:JavaScript 0.6%Language:Shell 0.2%