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
- Create a
.github/FUNDING.ymlfile in your repository - Add the
repotradeconfiguration with allowed wallet addresses
Example FUNDING.yml:
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.ymlfile must exist in either.github/FUNDING.ymlor rootFUNDING.yml - The
repotrade.ownerssection must contain a list of valid github username - Only users in that list are allowed to tokenize and claim the repo (receive funds)