Skip to content

0xJayPi/huff-yul-deepdives

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huff and Yul Deep Dives

This project is a deep dive into the Huff and Yul languages. The goal is to acquire a further understanding of Opcodes, the VM, and the languages themselves. This is a work in progress and will be updated as I continue my learning path.

Reference

Codebase

v1 Simple Contract

Main Contracts:

  • src/HorseStoreV1/HorseStore.sol
  • src/HorseStoreV1/HorseStore.huff
  • src/HorseStoreV1/HorseStore.sol
  • yul/HorseStoreYul.yul

Test suit:

  • test/HorseStoreV

Opcodes breakdown: Breakdown of the opcodes used in src/v1/HorseStore.sol

  • breakdowns/solc-breakdowns

v2 More Complex Contract

Main Contracts:

  • src/HorseStoreV2/HorseStore.sol
  • src/HorseStoreV2/HorseStore.huff

Test suit:

  • test/HorseStoreV2

ToDo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages