shazow / eip-sighashes

Ethereum 4-byte signature hashes extracted from EIPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eip-sighashes

Ethereum 4-byte signature hashes extracted from EIPs.

Updated every Monday.

See: sighashes.json for the latest collection.

Updating

$ nix develop  # Or install `foundry` and `jq`
[dev] $ make
...

How does this work?

  1. Clone the EIPs repo
  2. Scrape all lines mentioning function (...)
  3. Clean up
  4. Get sighashes of functions
  5. Build a JSON lookup index

Enjoy!

License

MIT

About

Ethereum 4-byte signature hashes extracted from EIPs

License:MIT License


Languages

Language:Nix 51.1%Language:Makefile 28.7%Language:Shell 20.2%