We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28815ea commit 61f28f2Copy full SHA for 61f28f2
1 file changed
airdrop-implementations/README.md
@@ -1,6 +1,6 @@
1
# Airdrop Implementations
2
3
-Simple Implementation: [simple-claim](./simple-claim) - Distributes compressed tokens that get decompressed on claim
+Simple Implementation: [simple-claim](./simple-claim) - Distributes compressed tokens that get decompressed on claim.
4
5
Advanced Implementation: [distributor](https://github.com/Lightprotocol/distributor/tree/master) - Distributes SPL tokens, uses compressed PDAs to track claims. Based on jito Merkle distributor.
6
@@ -11,7 +11,6 @@ Advanced Implementation: [distributor](https://github.com/Lightprotocol/distribu
11
| Vesting | Cliff at Slot X | Linear Vesting |
12
| Partial claims | No | Yes |
13
| Clawback | No | Yes |
14
-| Admin controls | No | Yes |
15
| Frontend | None | REST API + CLI |
16
17
## Cost
0 commit comments