zkdrops icon indicating copy to clipboard operation
zkdrops copied to clipboard

Private airdrops for Ethereum.

Results 5 zkdrops issues
Sort by recently updated
recently updated
newest added

3 of these storage variables can be `immutable` ``` IERC20 public airdropToken; uint public amountPerRedemption; IPlonkVerifier verifier; ```

So upon running "npx hardhat compile" and "npx hardhat test", all of the tests pass normally (with existing keys and verification contract already generated in the repo). But when regenerating...

# Fix: Corrected typo in README.md ## Changes 1. **File**: `zkdrops-lib/README.md` - Corrected "Reciever" to "Receiver". - **Before**: ```markdown Reciever ``` - **After**: ```markdown Receiver ``` ## Purpose - Improved...

Found and corrected a typo in the text: "zero-knoweldge" should be "**zero-knowledge**".