Open source · v1.0.2
Morylen Airdrop Kit
A standalone toolkit that runs a token airdrop from start to finish on any EVM chain — no database and no cloud. It is the exact code behind the Musicoin → MORY distribution, released so anyone can audit it, reproduce the Merkle root, and run their own campaign. MIT licensed.
Download · v1.0.2
~51 MB · source + contracts + the full Musicoin → MORY campaign data, Merkle proofs, and a ready-to-run merkle.json
Verify after download: md5sum airdrop-kit-1.0.2.zip and compare to the value above.
What's inside
Smart contracts
Core engine
CLI
Operator console (local web)
The Musicoin → MORY campaign data
The kit ships with the real, verifiable distribution. Every figure below is reproducible from the included files — rebuild the tree with scripts/verify-all.ts and you get the same Merkle root, byte for byte.
Recipients
102,376
eligible wallets
Total
1,104,593,393.72
MORY (18 decimals)
Excluded
1,029
with on-record reasons
Merkle root
0x4c8769e947a1de555325155d88d233b8b04f9d6901ab6d49c5463f95a2a962a9
Run it
unzip airdrop-kit-1.0.2.zip && cd airdrop-kit npm install npm test # full test suite npm start # local operator console (http://localhost:4321) npm run airdrop -- --help # the CLI # reproduce the Merkle root from the bundled data: node --import tsx scripts/verify-all.ts examples/morylen-campaign
- Public data only. The bundle contains wallet addresses and on-chain amounts — no emails or personal data. The Merkle root is the same value committed on-chain.
- MORY is a utility token used inside MoryAudio. Nothing here is financial, legal, or tax advice; you are responsible for the values and the jurisdictions you run it in.
- License: MIT. Build on it.