An open API service indexing awesome lists of open source software.

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.

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