You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(issuance): add contract documentation references to README
- Add Contracts section with links to detailed documentation
- Reference IssuanceAllocator.md and RewardsEligibilityOracle.md
- Include brief descriptions of each contract's purpose
Copy file name to clipboardExpand all lines: packages/issuance/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ This package contains smart contracts for The Graph's issuance functionality.
6
6
7
7
The issuance contracts handle token issuance mechanisms for The Graph protocol.
8
8
9
+
### Contracts
10
+
11
+
-**[IssuanceAllocator](contracts/allocate/IssuanceAllocator.md)** - Central distribution hub for token issuance, allocating tokens to different protocol components based on configured proportions
12
+
-**[RewardsEligibilityOracle](contracts/eligibility/RewardsEligibilityOracle.md)** - Oracle-based eligibility system for indexer rewards with time-based expiration
13
+
-**DirectAllocation** - Simple target contract for receiving and distributing allocated tokens
0 commit comments