This project is a Solana program designed to perform efficient airdrops by leveraging Merkle tree proofs.
graph TD
A[Prepare Merkle Tree Off-Chain] --> B[Deploy Merkle Root On-Chain]
B --> C[Recipients Submit Claims with Proofs]
C --> D[Program Verifies Proofs]
D --> E[Process Token Transfers]
- Clone the repository:
git clone https://github.com/tsukigatari/merkle-airdrop
cd merkle-airdrop
- Install dependencies:
yarn
- Build the project:
anchor build
- Run Tests:
anchor test
- Deploy the program to the Solana blockchain:
anchor deploy
This project is licensed under the MIT License.