https://github.com/pipelinelord/huff-horsestore
A Foundry application written in the low-level "Huff" language to explore how the Solidity compiler operates at the lowest level, focusing on smart contract creation, function selection, and verification.
https://github.com/pipelinelord/huff-horsestore
foundry huff low-level-programming opcodes
Last synced: 11 months ago
JSON representation
A Foundry application written in the low-level "Huff" language to explore how the Solidity compiler operates at the lowest level, focusing on smart contract creation, function selection, and verification.
- Host: GitHub
- URL: https://github.com/pipelinelord/huff-horsestore
- Owner: pipelinelord
- Created: 2025-02-05T20:19:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T20:20:55.000Z (over 1 year ago)
- Last Synced: 2025-07-12T15:45:02.771Z (11 months ago)
- Topics: foundry, huff, low-level-programming, opcodes
- Language: Solidity
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
// Function selector
0xcdfead2e
concept - function dispatching
huffc
huffc -b
huffc src/HorseStore.huff --bin-runtime Gives runtime code
__FUNC_SIG() covert functions into hex