Web3ReadList
@Wongssh
web3 reading list. A reading list for solidity, web3 and Dapp programmers. We use Chinese and English language.
02:06 · Jun 6, 2024 · Thu
https://github.com/eugenioclrc/huffswap-v2-core
使用可以编译为
#huff
的 BALLs 编写的 uniswap
GitHub
GitHub - eugenioclrc/huffswap-v2-core: A DEX with BALLs
A DEX with BALLs. Contribute to eugenioclrc/huffswap-v2-core development by creating an account on GitHub.
huff
23:16 · Feb 14, 2024 · Wed
https://github.com/0xsequence/czip
#huff
Calldata 压缩
GitHub
GitHub - 0xsequence/czip: EVM Calldata Zip, aka czip
EVM Calldata Zip, aka czip. Contribute to 0xsequence/czip development by creating an account on GitHub.
huff
01:16 · Jan 21, 2024 · Sun
https://github.com/jtriley-eth/the-rippler
#huff
multicaller 高效实现
GitHub
GitHub - jtriley-eth/the-rippler
Contribute to jtriley-eth/the-rippler development by creating an account on GitHub.
huff
18:41 · Oct 19, 2023 · Thu
https://github.com/oguimbal/HyVM
又一个使用
#huff
实现在
#EVM
中实现 EVM 的项目
GitHub
GitHub - oguimbal/HyVM: Run arbitrary code on the EVM
Run arbitrary code on the EVM. Contribute to oguimbal/HyVM development by creating an account on GitHub.
huff
EVM
10:09 · Oct 7, 2023 · Sat
https://github.com/AmadiMichael/Zyclone
#huff
编写的混币器
GitHub
GitHub - AmadiMichael/Zyclone: 2nd place at Huffathon 2023. Optimized token mixer for Ethereum utilizing zkSNARKs. 500% cheaper…
2nd place at Huffathon 2023. Optimized token mixer for Ethereum utilizing zkSNARKs. 500% cheaper than Tornado cash - AmadiMichael/Zyclone
huff
05:16 · Sep 16, 2023 · Sat
https://github.com/shafu0x/huff-stack-generator
#huff
栈注释自动生成
GitHub
GitHub - shafu0x/
huff
-stacker: The goal of this project is to automatically generate stack comments for
huff
macros
The goal of this project is to automatically generate stack comments for
huff
macros - shafu0x/
huff
-stacker
huff
04:18 · Sep 16, 2023 · Sat
https://github.com/fjl/geas
类似
#huff
的
#EVM
汇编语言
GitHub
GitHub - fjl/geas: The Good Ethereum Assembler
The Good Ethereum Assembler. Contribute to fjl/geas development by creating an account on GitHub.
huff
EVM
03:23 · Jul 8, 2023 · Sat
https://github.com/jtriley-eth/huff-style-guide
#huff
编程风格
GitHub
GitHub - jtriley-eth/
huff
-style-guide: A mostly mostly reasonable approach to
Huff
styling.
A mostly mostly reasonable approach to
Huff
styling. - GitHub - jtriley-eth/
huff
-style-guide: A mostly mostly reasonable approach to
Huff
styling.
huff
05:55 · May 20, 2023 · Sat
https://github.com/jtriley-eth/ether-deck
#huff
编写的多签合约
GitHub
GitHub - jtriley-eth/ether-deck
Contribute to jtriley-eth/ether-deck development by creating an account on GitHub.
huff
11:09 · Apr 11, 2023 · Tue
https://blog.wssh.trade/posts/txrouter/
频道主在 ETHBeijing 黑客松活动中使用
#huff
构造的多方资产发送和聚合合约
Wong's Blog
TxRouter使用指南
概述 在 ETHBeijing 黑客松活动中,我花费三天时间构造了多方资产发送和聚合工具——TxRouter 工具。本文主要介绍该工具的具体功能、使用方法以及构造思路
huff
13:00 · Mar 25, 2023 · Sat
https://blog.wssh.trade/posts/huff-math/
#huff
实战入门文章,介绍了非常多“黑魔法”,频道主最近几天一直忙着写这篇文章,所以更新较慢
Wong's Blog
Huff实战:编写测试极致效率数学模块
概述
Huff
是 EVM 专用语言,与 Solidity 不同,
Huff
是面向底层的语言,可以类比与汇编语言。这意味着开发者可以直接操作栈、内存和存储等内容,但另一方面,这些
huff
03:33 · Mar 18, 2023 · Sat
https://philogy.github.io/posts/selector-switches/
#huff
MAIN
macro
分发优化
Philogy’s blog
Constant Gas Function Dispatchers in the EVM
Image: Telecom switchboard operator1 Joseph A. Carr, Attribution, via Wikimedia Commons
↩
huff
10:03 · Mar 6, 2023 · Mon
https://mirror.xyz/0xF314e9Cc3D5F382669eeB01d31f421aF931b9eBB/H9-kta5z47jO-_Fg9Hv93D6xHcPCFgvfxCIQ26zI5hk
#huff
测试与部署
mirror.xyz
Testing and deploying
Huff
contracts
In this post, we will dive into the steps involved in testing and deploying a smart-contract written using the
Huff
programming language.
huff
10:01 · Mar 6, 2023 · Mon
https://garden.merkleplant.xyz/post/entering-the-huff-ecosystem/
#huff
实战入门
garden.merkleplant.xyz
Entering the
Huff
Ecosystem
This article introduces the evolving
Huff
language and
ecosystem by developing a non-trivial contract, an Ownable contract with a
Two-Step Transfer pattern, called TSOwnable.
huff
01:57 · Feb 15, 2023 · Wed
https://github.com/devtooligan/awesome-huff
一些关于
#huff
的资料
GitHub
GitHub - devtooligan/awesome-
huff
: A curated list of resources for
Huff
language
A curated list of resources for
Huff
language. Contribute to devtooligan/awesome-
huff
development by creating an account on GitHub.
huff
00:06 · Dec 9, 2022 · Fri
https://blog.chain.link/solidity-vs-vyper-zh/
对
#solidity
#vyper
#yul
#huff
四种语言的测评,主要聚焦于 gas 优化
Chainlink Blog
Solidity vs. Vyper:不同的智能合约语言的优缺点
比较olidity, Vyper, Huff以及Yul等智能合约编程语言,判别哪类语言最省gas及其原理。
solidity
vyper
yul
huff
07:34 · Oct 8, 2022 · Sat
https://github.com/oguimbal/HyVM
使用
#huff
编写的
#EVM
GitHub
GitHub - oguimbal/HyVM: Run arbitrary code on the EVM
Run arbitrary code on the EVM. Contribute to oguimbal/HyVM development by creating an account on GitHub.
huff
EVM
04:12 · Oct 1, 2022 · Sat
https://github.com/pentagonxyz/huffmate
#huff
合约库
GitHub
GitHub -
huff
-language/huffmate: A library of modern, hyper-optimized, and extensible
Huff
contracts with extensive testing and…
A library of modern, hyper-optimized, and extensible
Huff
contracts with extensive testing and documentation built by
Huff
maintainers. - GitHub -
huff
-language/huffmate: A library of modern, hyper...
huff
03:50 · Oct 1, 2022 · Sat
https://github.com/hananbeer/evm2
使用
#huff
在
#EVM
内实现 EVM
GitHub
GitHub - hananbeer/evm2: e=vm² (pronounced evm-squared; the = is silent) is an evm that runs inside evm.
e=vm² (pronounced evm-squared; the = is silent) is an evm that runs inside evm. - GitHub - hananbeer/evm2: e=vm² (pronounced evm-squared; the = is silent) is an evm that runs inside evm.
huff
EVM
05:59 · Aug 27, 2022 · Sat
https://github.com/alexroan/chuff
#huff
的合约库
GitHub
GitHub - alexroan/chuff: Common Solidity contract patterns, based on OpenZeppelin's contract library, implemented in the
Huff
language
Common Solidity contract patterns, based on OpenZeppelin's contract library, implemented in the
Huff
language - alexroan/chuff
huff
Home
Powered by
BroadcastChannel
&
Sepia