A Solidity smart contract that leverages Fully Homomorphic Encryption (FHE) to enable confidential token transfers and distributions on-chain. Designed for scenarios like airdrop campaigns, targeted wallet distributions, and other privacy-sensitive token allocations, it ensures that transfer amounts remain encrypted and hidden from public view while still being verifiable on the blockchain.
fhevm-hardhat-template/
├── contracts/
│ └── MockERC20.sol
│ └── PrivateTokenDistributor.sol
├── deploy/
├── tasks/
├── test/
├── hardhat.config.ts
└── package.json

