Skip to content

Commit 4a3f7da

Browse files
authored
Update README with links to implementations
1 parent 68481cb commit 4a3f7da

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

airdrop-implementations/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Airdrop Implementations
22

3-
Simple Implementation: 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

5-
Advanced Implementation: distributor - Distributes SPL tokens, uses compressed PDAs to track claims
5+
Advanced Implementation: [distributor](./distributor) - Distributes SPL tokens, uses compressed PDAs to track claims
66

77
## Quick comparison
88

@@ -20,3 +20,5 @@ Advanced Implementation: distributor - Distributes SPL tokens, uses compressed P
2020
| simple-claim | ~0.00001 SOL | ~1 SOL |
2121
| distributor (compressed) | ~0.00005 SOL | ~5 SOL |
2222
| distributor (original) | ~0.002 SOL | ~200 SOL |
23+
24+
```

0 commit comments

Comments
 (0)