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.yml
file in your repository - Add the
repotrade
configuration 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.yml
file must exist in either.github/FUNDING.yml
or rootFUNDING.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)