File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 11# Airdrop Implementations
22
3- Simple Implementation: [ simple-claim] ( ./simple-claim ) - Distributes compressed tokens that get decompressed on claim
3+ Simple Implementation: [ simple-claim] ( ./simple-claim ) - Distributes compressed tokens that get decompressed on claim.
44
55Advanced Implementation: [ distributor] ( https://github.com/Lightprotocol/distributor/tree/master ) - Distributes SPL tokens, uses compressed PDAs to track claims. Based on jito Merkle distributor.
66
@@ -11,7 +11,6 @@ Advanced Implementation: [distributor](https://github.com/Lightprotocol/distribu
1111| Vesting | Cliff at Slot X | Linear Vesting |
1212| Partial claims | No | Yes |
1313| Clawback | No | Yes |
14- | Admin controls | No | Yes |
1514| Frontend | None | REST API + CLI |
1615
1716## Cost
You can’t perform that action at this time.
0 commit comments