Skip to content

Commit 96d9a67

Browse files
authored
update readme
Added Airdrop Claim Reference Implementations section with links to basic and advanced examples.
1 parent 4973b5f commit 96d9a67

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
## Examples
66

7+
## Airdrop Claim Reference Implementations
8+
9+
* **Basic**: [**simple-claim**](https://github.com/Lightprotocol/program-examples-airdrop-implementations/simple-claim) - Distributes compressed tokens that get decompressed to SPL on claim.
10+
* **Advanced**: [**merkle-distributor**](https://github.com/Lightprotocol/distributor) - Distributes SPL tokens, uses compressed PDAs to track claims with linear vesting, partial claims, clawback and admin controls.
11+
12+
For simple client side distribution visit [this example](https://github.com/Lightprotocol/example-token-distribution).
13+
714
### Basic Operations
815

916
- **[basic-operations/anchor](./basic-operations/anchor/)** - Anchor program with Rust and TypeScript tests

0 commit comments

Comments
 (0)