Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shazow/eip-sighashes
Ethereum 4-byte signature hashes extracted from EIPs
https://github.com/shazow/eip-sighashes
eip ethereum
Last synced: 15 days ago
JSON representation
Ethereum 4-byte signature hashes extracted from EIPs
- Host: GitHub
- URL: https://github.com/shazow/eip-sighashes
- Owner: shazow
- License: mit
- Created: 2023-02-07T21:36:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T02:32:42.000Z (2 months ago)
- Last Synced: 2024-10-30T02:58:43.176Z (2 months ago)
- Topics: eip, ethereum
- Language: Nix
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eip-sighashes
Ethereum 4-byte signature hashes extracted from EIPs.
Updated every Monday.
See: [sighashes.json](https://raw.githubusercontent.com/shazow/eip-sighashes/main/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 indexEnjoy!
## License
MIT