Skip to content

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.

Notifications You must be signed in to change notification settings

pipelinelord/HUFF-HorseStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// Function selector 0xcdfead2e

concept - function dispatching

huffc huffc -b huffc src/HorseStore.huff --bin-runtime Gives runtime code

__FUNC_SIG() covert functions into hex

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published