Jelly
  • Introduction
  • Jelly Recipes
  • recipes
    • Create an Airdrop
      • Overview
      • Prepare your Whitelist
        • Create a CSV Whitelist
        • Generate your Merkle proof
        • Upload proof (optional)
      • Create Airdrop
        • Create your JellyDrop contract
        • Add Rewards
        • Your Airdrop Claim UI
        • Set Airdrop Claim
      • Contract Links
      • Demo Airdrop
    • Create a Staking Pool (using ve model)
      • Prepare Staking Pool
        • Create Staking Pool (with Liquidity)
        • Create Staking Pool (No liquidity)
      • Staking UI
      • How to calculate token fee
      • Snapshot strategy
      • Contract Links
  • Tokens
    • Tokens
    • Jellynomics
    • veJELLY
  • Links
    • Twitter
    • Discord
    • Medium
    • Website
    • Brand Assets
Powered by GitBook
On this page
  • CSV Whitelist Format
  • Sample Spreadsheet
  1. recipes
  2. Create an Airdrop
  3. Prepare your Whitelist

Create a CSV Whitelist

PreviousPrepare your WhitelistNextGenerate your Merkle proof

Last updated 2 years ago

CSV Whitelist Format

You need to create the whitelist in the following format, including the header.

account,amount 
0x123456123456123456123456123456123456,1000000000000000000000

The amount is in wei and has 18 decimals (represented as 18 zeros after the amount). In this example an amount of 1000000000000000000000 equates to 1000 tokens.

The file needs to be a CSV (Comma Separated Values) e.g. my_whitelist.csv

Sample Spreadsheet

We’ve made a sample spreadsheet for modelling your Airdrop. It is designed to help you create your whitelist. Feel free to open the sheet and "Make a Copy" for your project

Once you've created your Whitelist, then you can download your whitelist into .csv format like so File -> Download -> Comma Separated Values (.csv)

. https://docs.google.com/spreadsheets/d/1EZPdvAALOFO0FWw5oF_887Ai16ak85eOnZTmUWdeOyo/edit#gid=0