This project implements a lean gas-optimized ledger with batching capabilities.
Key concepts:
- Batch minting to reduce per-transfer calldata
- Deterministic nonce sequencing per caller for replay resistance
- Simple access control (owner-only operations)
How to use:
- Deploy the contract
- Call batchMint with recipients and amounts, passing the current nonce for your address