Skip to content

a program on solana for efficient airdrops utilizing merkle tree proofs.

Notifications You must be signed in to change notification settings

tsukigatari/merkle-airdrop

Repository files navigation

Solana Airdrop Program with Merkle Tree Proofs

This project is a Solana program designed to perform efficient airdrops by leveraging Merkle tree proofs.

How It Works

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]
Loading

Installation

  1. Clone the repository:
git clone https://github.com/tsukigatari/merkle-airdrop
cd merkle-airdrop
  1. Install dependencies:
yarn
  1. Build the project:
anchor build
  1. Run Tests:
anchor test
  1. Deploy the program to the Solana blockchain:
anchor deploy

License

This project is licensed under the MIT License.

About

a program on solana for efficient airdrops utilizing merkle tree proofs.

Resources

Stars

Watchers

Forks