/gas-efficient-events

Emit Solidity events with `log0` for improved gas efficiency

Primary LanguageJavaScriptMIT LicenseMIT

Emit events with log0

Repo for gas efficient solidity events emitted with the log0 opcode. Read the accompanying blog post: https://daltyboy11.github.io/gas-optimizing-your-contract-logs/

To get it up and running

git clone git@github.com:daltyboy11/gas-efficient-events.git
cd gas-efficient-events
npm install
npx hardhat test