https://www.rareskills.io/post/rebase-token
rebase 变基代币设计
rebase 变基代币设计
rareskills.io
Coding a Solidity rebase token | RareSkills
Coding a Solidity rebase token A “rebase token” (sometimes “rebasing token”) is an ERC-20 token where the total supply, and the balances of token holders, can change without transfers, minting, or...
Web3ReadList
https://blog.nomic.foundation/how-to-write-your-own-solidity-linter-using-slang-356e7565ad1b 使用 Slang 分析 #solidity 代码
Nomic Foundation Blog
Slang v1: A reliable way to analyze Solidity code
We're thrilled to share the stable release of Slang v1, after years of development and community feedback. Slang’s code analysis APIs are now production-ready and fully featured.
What’s Slang?
Slang is a modular set of compiler APIs to empower the next…
What’s Slang?
Slang is a modular set of compiler APIs to empower the next…
Web3ReadList
https://blog.zksecurity.xyz/posts/circle-starks-1/ https://blog.zksecurity.xyz/posts/circle-starks-2/ 关于 #zk #STARK 算法解析的系列文章,应该有 4 篇,目前发布了 2 篇
Risczero
STARK by Hand | RISC Zero Developer Docs
When the RISC Zero zkVM executes, it generates a receipt that allows third-parties to authenticate the validity of the execution.
Web3ReadList
https://www.infect3d.xyz/blog/Exploring-AMMs #AMM 数学描述
https://thogiti.github.io/2025/03/08/Uniswap-V4-Provably-Improving-Hooks-CFMM.html
从数学上证明 hook 优化了 #AMM
从数学上证明 hook 优化了 #AMM
thogiti.github.io
Provably Improving Hook-Enabled Forward Exchange Functions - A Rigorous Mathematical Framework for Optimal Routing in Uniswap v4…
Introduction - The Evolution of Automated Market MakersIf you’ve ever traded on Uniswap, you might think of it as a decentralized vending machine for tokens—...
👍1
Forwarded from Ahboyash Reads
https://collectiveshift.io/tools/crypto-analytics-tools/
Comprehensive List of Crypto Research & Analytics Tools
This site is goated
Comprehensive List of Crypto Research & Analytics Tools
This site is goated
❤3👍1🥰1
https://efdn.notion.site/das-wtf
PeerDAS 介绍
PeerDAS 介绍
efdn on Notion
DAS.wtf | Notion
Data Availability Sampling (DAS) is a key primitive to scaling blob space for L2s on Ethereum. The first step is PeerDAS – scheduled to ship in the Fusaka hard fork. The focus of this site for now is on PeerDAS, but will expand over time.
👍1
Web3ReadList
https://dev.to/zemse/understanding-eip-7864s-unified-binary-tree-36m4 一个新的提案以优化以太坊 #dataStruct 目前的树结构
https://medium.com/taipei-ethereum-meetup/lazytower-an-o-1-replacement-for-incremental-merkle-trees-94d5a522dd89
一种新的用于替代 merkle tree 的 #dataStruct 方案
一种新的用于替代 merkle tree 的 #dataStruct 方案
Medium
LazyTower: An O(1) Replacement for Incremental Merkle Trees
LazyTower 是一個資料結構. 它的用途和 Incremental Merkle Tree (IMT) 一樣: 讓使用者可以逐步地 append items, 並且適用於 zero-knowledge 的 proof of membership.