daltyboy11 / gas-efficient-events

Emit Solidity events with `log0` for improved gas efficiency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Emit Solidity events with `log0` for improved gas efficiency

License:MIT License


Languages

Language:JavaScript 76.8%Language:Solidity 23.2%