Organizations

Tokenizing Organization Repositories

To tokenize repositories owned by organizations, you need to configure a FUNDING.yml file in your repository. This file specifies which users are allowed to tokenize the repository.

For more information about FUNDING.yml, see GitHub's documentation on funding files.

Setup Steps

  1. Create a .github/FUNDING.yml file in your repository
  2. Add the repotrade configuration with allowed wallet addresses

Example FUNDING.yml:

github: [username1, username2]
patreon: username
repotrade:
  owners:
    - username1
    - username2

Only github users listed in the repotrade.owners section will be allowed to tokenize the repository and update the address that receives the rewards.

Validation

  • The FUNDING.yml file must exist in either .github/FUNDING.yml or root FUNDING.yml
  • The repotrade.owners section must contain a list of valid github username
  • Only users in that list are allowed to tokenize and claim the repo (receive funds)