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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-02T21:41:59.000Z (over 1 year ago)
- Last Synced: 2024-08-03T16:09:33.768Z (6 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
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