# Resources
# Huff-Language
These are resources built by the Huff Language core team and its contributors.
- huff-rs (opens new window): A Blazing Fast Huff Language Compiler Built In Pure Rust.
- huff-project-template (opens new window): Forkable Foundry project template to get you started with Huff.
- foundry-huff (opens new window): A Foundry Library for working with Huff contracts.
- huff-examples (opens new window): A collection of vigorously tested, exemplary Huff contracts for demonstration purposes.
- huff-breakage (opens new window): Incorrect, Breaking, and Footgunned Huff Contracts.
- vscode-huff (opens new window): A VSCode Extension that enables developers to use the Huff Language.
- hardhat-huff-deployer (opens new window): A Hardhat plugin to test Huff contracts.
# Third Party Huff Contracts
These are third party huff contracts. We do not endorse and are not responsible for any liabilities or damages otherwise incurred by any material use of these contracts. Use at your own risk.
- huff-clones (opens new window): A Huff rewrite of Clones-With-Immutable-Args (opens new window) originally written in solidity by @wighawag (opens new window).
- huffmate (opens new window): A library of modern, hyper-optimized, and secure Huff contracts
# Other Resources
- EVM Codes (opens new window): An interactive reference to Ethereum Virtual Machine Opcodes.
- A Playdate with the EVM (opens new window): A concise and consumable introduction to working with the EVM.
- Ethereum EVM Illustrated (opens new window): A near comprehensive visual overview of the EVM.
- Part 1 (opens new window), 2 (opens new window), 3 (opens new window), 4 (opens new window), & 5 (opens new window) of Noxx's EVM Deepdive articles.
- OpenZeppelin Contracts (opens new window): OpenZeppelin Contracts is a library for secure smart contract development.
Huff CLI →