https://blog.wssh.trade/posts/ethereum-p2p-discv5
频道主写的一篇介绍以太坊 #P2P 网络节点发现协议 Disv5 的文章,包含 go-ethereum 源代码。
频道主写的一篇介绍以太坊 #P2P 网络节点发现协议 Disv5 的文章,包含 go-ethereum 源代码。
Wong's Blog
以太坊执行层P2P网络架构与设计:Discv5
概述
关于以太坊的P2P网络问题,目前的资料较为零散,本文尝试结合具体的go-ethereum源代码,尽可能为读者完整介绍以太坊所使用的ÐΞVp2p(devp2p)网络架构和运转流程。
关于以太坊的P2P网络问题,目前的资料较为零散,本文尝试结合具体的go-ethereum源代码,尽可能为读者完整介绍以太坊所使用的ÐΞVp2p(devp2p)网络架构和运转流程。
https://hackernoon.com/heres-why-all-your-uniswap-v3-liquidity-farming-calculations-are-dead-wrong
介绍了作者发现的 #uniswap 中错误的 TVL 数据,以及作者修正数据的方法 #dataAnalysis
介绍了作者发现的 #uniswap 中错误的 TVL 数据,以及作者修正数据的方法 #dataAnalysis
Hackernoon
Here’s Why All Your Uniswap v3 Liquidity Farming Calculations Are Dead Wrong! | HackerNoon
Did you know there are significant errors in how liquidity and TVL figures are displayed on Uniswap v3 user interface. Read more here:
https://medium.com/alliancedao/the-appchain-universe-the-risks-and-opportunities-9a22530e2a0c
一篇非常好的介绍 #appchain 应用专用链的文章,介绍了使用 Appchain 的优点与缺点,也给出了简单的技术指南
发现于 @defiprime
一篇非常好的介绍 #appchain 应用专用链的文章,介绍了使用 Appchain 的优点与缺点,也给出了简单的技术指南
发现于 @defiprime
Medium
The Appchain Universe: The Risks and Opportunities
The article discusses how founders should evaluate appchains as an implementation option. Pros, cons, and opportunities are discussed.
ethereum_evm_illustrated.pdf
578.7 KB
2018年的一份图文并茂的解释 #eth 技术底层的 PPT ,推荐阅读