huff-project-template icon indicating copy to clipboard operation
huff-project-template copied to clipboard

Foundry Repository Template that supports writing contracts in Huff using the foundry-huff library.

Results 3 huff-project-template issues
Sort by recently updated
recently updated
newest added

Changed to use `__FUNC_SIG`, added in https://github.com/huff-language/huff-rs/pull/148 . Also updated submodules, `forge`, `huffc` accordingly and modified requirements.

when i use the huffc to generate an artifict json, it's abi is like this : { "constructor": null, "functions": { ...} } so when it comes to deploy ,...

Hi, is there a way to run the debugger ? I am getting: ``` ❯ forge test --debug testSetAndGetValue 5s 15:29:53 [⠒] Compiling... No files changed, compilation skipped 2023-03-08T13:30:15.536488Z ERROR...