jtriley2p / vy-deepdiveLinks
Vyper Deep Dive Notes and Scripts
☆25Updated 2 years ago
Alternatives and similar repositories for vy-deepdive
Users that are interested in vy-deepdive are comparing it to the libraries listed below
Sorting:
- Incorrect, Breaking, and Footgunned Huff Contracts.☆30Updated 2 years ago
- ☆41Updated 3 years ago
- This repo contains smart contract to perform basic arithmetic operations implemented using Huff☆24Updated last year
- Huff Implementation of VRGDAs☆41Updated 2 years ago
- gas comparisons between vyper and solady☆20Updated 10 months ago
- Curve style voting escrow (ve) Uniswap v4 hook contract☆24Updated last year
- The world most gas efficient AMM implementation written in Huff based on Uniswap V1 implementation☆49Updated 2 years ago
- a little foundry template that shows how to use anvil to run gas benchmarks☆33Updated 2 years ago
- ☆51Updated last year
- A collection of practical security-focused guides and checklists for Morpho smart contract development.☆26Updated 2 years ago
- ☆34Updated 2 years ago
- A binary search tree implementation in Solidity☆20Updated 3 years ago
- ☆65Updated 2 years ago
- An apples-to-oranges comparison of Solady's `FixedPointMathLib.mulDiv` function vs. an equivalent Huffidity version☆27Updated 2 years ago
- Huffidity, but let's you jump back to Solidity runtime execution from Huff runtime execution.☆33Updated last year
- Example setup of Forge tests and CI to do basic checks for storage collisions when iterating on upgradeable contract implementations.☆28Updated 2 years ago
- Uniswap V4 Huff Hooks☆40Updated 2 years ago
- Common Solidity contract patterns, based on OpenZeppelin's contract library, implemented in the Huff language☆32Updated 2 years ago
- Example code for testing using Echidna explained during the Spearbit presentation☆40Updated 3 years ago
- A gas competition to see who the best optimizor is☆74Updated 2 years ago
- Create breakpoints for use with Foundry debugger -- https://book.getfoundry.sh/cheatcodes/breakpoint☆34Updated last year
- An educational rewrite of Uniswap V2 in Vyper using Foundry.☆38Updated 2 years ago
- ☆63Updated 2 years ago
- unhacked challenge 1: reaper☆41Updated 2 years ago
- Gas Golfing using Huff and Yul