#cli #distributor #proof #airdrop #airdrops

app merkle-distributor-claim-cli

CLI tool for claiming merkle-distributor airdrops

2 releases

new 0.1.1 Apr 2, 2025
0.1.0 Mar 31, 2025

#110 in Magic Beans

Download history 65/week @ 2025-03-26

65 downloads per month

GPL-3.0 license

55KB
183 lines

Merkle Distributor Claim CLI

CLI tool for claiming merkle distributions with a Solana keypair. Compatible with this version of the distributor.

Using the claim tool

  • Clone this repository to your local machine.
  • Ensure that rust is installed on your machine. You can install it by following the instructions here.
  • Run the following command to claim your distribution:
cargo run -- <PATH_TO_KEYPAIR_RECEIVING_THE_CLAIM> [--url <RPC_URL>] 

The tool will work for different claims by setting the following environment variables:

AIRDROP_BASE_URL=https://solanavault.github.io/simd-228-vpts-airdrop/proofs
DISTRIBUTOR_ADDRESS=BAzvEJH5w7igbbkiRLhCD89b1gLtrZz6B9wxxuh3ocJz
MINT_ADDRESS=vPtS4ywrbEuufwPkBXsCYkeTBfpzCd6hF52p8kJGt9b

Dependencies

~93MB
~1.5M SLoC