Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philogy/huff-weth
https://github.com/philogy/huff-weth
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/philogy/huff-weth
- Owner: Philogy
- License: mit
- Created: 2022-07-31T23:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T13:52:22.000Z (over 1 year ago)
- Last Synced: 2023-07-01T14:29:46.943Z (over 1 year ago)
- Language: Solidity
- Size: 14.6 KB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (Simple) Huff WETH
**Notice:** This implementation is _outdated_, to see a much more heavily optimized version of Wrapped
Ether written in Huff check out [METH](https://github.com/philogy/meth-weth).This project was made for the purpose of learning the new EVM language [Huff](https://huff.sh/).
I've rewritten the basic functionality of the classic Wrapped Ether contract aka
"WETH". Not fully tested just yet so there may still be some bugs to iron out.