Skip to content

Reduce gas waste from repetitive txs by batching, deterministic nonce sequencing, and reusable calldata, improving throughput and user experience.

indocs/gas-opt-tx-ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reduce gas waste from repetitive txs by batching, deterministic nonce sequencing, and reusable calldata, improving throughput and user experience.

Topics

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published