Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AmadiMichael/Huffs
Huff language implementation of popular (and unpopular) solidity libraries and contracts.
https://github.com/AmadiMichael/Huffs
bytecode evm huff
Last synced: about 2 months ago
JSON representation
Huff language implementation of popular (and unpopular) solidity libraries and contracts.
- Host: GitHub
- URL: https://github.com/AmadiMichael/Huffs
- Owner: AmadiMichael
- Created: 2023-01-14T19:24:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:41:59.000Z (over 1 year ago)
- Last Synced: 2024-11-09T01:41:45.304Z (about 2 months ago)
- Topics: bytecode, evm, huff
- Language: Solidity
- Homepage:
- Size: 86.9 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-huff - Huffs
README
# **Huffs**
Huff implementation of popular solidity libraries and contracts.
NOTE: Repository for a few Huff implimentations of solidity contracts I attempted while mastering Huff and low level EVM knowledge.
## **HUFFS Contracts**
- Ownable (Owned) 2 STEP
- Uniswap v3 BitMath Library
- Wrapped Ether (WETH9)
- Commit Reveal Scheme
- Euclidean Algorithm (GCD solver)
- Non Payable