jito-foundation / distributor

A merkle-based token distributor for the Solana network that allows distributing a combination of unlocked and linearly unlocked tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

merkle-distributor

A program for distributing tokens efficiently via uploading a Merkle root.

Claiming Airdrop via CLI

To claim via CLI instead of using https://jito.network/airdrop, run the following commands.

  1. Build the cli (must have rust + cargo installed):
cargo b -r
  1. Run claim with the proper args. Be sure to replace <YOUR KEYPAIR> with the full path of your keypair file. This will transfer tokens from the account 8Xm3tkQH581s3MoRHWUNYA5jKbgPATW4tJAAxgwDC6T6 to a the associated token account owned by your keypair, creating it if it doesn't exist.
./target/release/cli --rpc-url https://api.mainnet-beta.solana.com --keypair-path <YOUR KEYPAIR> --airdrop-version 0 --mint jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL --program-id mERKcfxMC5SqJn4Ld4BUris3WKZZ1ojjWJ3A3J5CKxv claim --merkle-tree-path merkle_tree.json

Note that for searchers and validators, not all tokens will be vested until December 7, 2024. You can check the vesting status at https://jito.network/airdrop.

About

A merkle-based token distributor for the Solana network that allows distributing a combination of unlocked and linearly unlocked tokens.

License:GNU General Public License v3.0


Languages

Language:Rust 67.2%Language:Python 31.7%Language:Dockerfile 0.7%Language:Shell 0.4%