#Bitcoin #P2P Series:
https://nakamoto.com/p2p-networking/
History of P2P
https://nakamoto.com/gnutella/
Gossip p2p protocol
https://nakamoto.com/bitcoins-p2p-network/
Bitcoin's P2P Network
https://nakamoto.com/p2p-networking/
History of P2P
https://nakamoto.com/gnutella/
Gossip p2p protocol
https://nakamoto.com/bitcoins-p2p-network/
Bitcoin's P2P Network
NAKAMOTO
P2P Networking
Bitcoin is built atop the shoulders of the early P2P file sharing protocols. And the history of P2P file sharing starts with the grandfather of all massive P2P protocols, Napster.
Web3ReadList pinned «#Bitcoin #P2P Series: https://nakamoto.com/p2p-networking/ History of P2P https://nakamoto.com/gnutella/ Gossip p2p protocol https://nakamoto.com/bitcoins-p2p-network/ Bitcoin's P2P Network»
https://www.palkeo.com/en/projets/ethereum/flashbots.html
一篇简单的文章介绍 #flashbot 的优缺点
A simple article about the advantages and disadvantages of
一篇简单的文章介绍 #flashbot 的优缺点
A simple article about the advantages and disadvantages of
flashbot .https://samczsun.com/paradigm-ctf-2021-swap/
完整介绍了作者如何完成一次 #ctf 的全过程和分析思路
A complete description of how the author completed a smart contract CFT and the whole process of analysis ideas.
#security
完整介绍了作者如何完成一次 #ctf 的全过程和分析思路
A complete description of how the author completed a smart contract CFT and the whole process of analysis ideas.
#security
samczsun
Paradigm CTF 2021 - swap
A guided walkthrough for swap, the hardest challenge in Paradigm CTF 2021
Web3ReadList
https://learnblockchain.cn/books/geth/ 一本介绍以太坊底层的开源电子书,特点是给出了go-ethereum 的源代码,缺点是有点古老(3年前就已经停止更新),介绍的部分内容已经不符合ERC标准了。以我阅读的“签名”一节看,作者仅介绍了EIP-155的部分内容,但目前最新的标准是EIP-1599,差距较大。暂未对其他章节审读,如果读者发现问题或者与目前标准不符的情况,可以附在评论区里。 #eth
https://eth2book.info/altair/contents
介绍 #eth 2 的技术细节,目前还在写。虽然没怎么看,但看上去不错。
Introducing the technical details of Eth 2, which is still being written. Haven't read much of it, but it looks good.
#tutorial
介绍 #eth 2 的技术细节,目前还在写。虽然没怎么看,但看上去不错。
Introducing the technical details of Eth 2, which is still being written. Haven't read much of it, but it looks good.
#tutorial
eth2book.info
Upgrading Ethereum | Contents
A technical handbook on Ethereum's move to proof of stake and beyond.
👍1
https://coinsbench.com/solidity-tutorial-all-about-abi-46da8b517e7
介绍有关 #solidity
Introduce the content about solidity abi. Unlike the documentation, this blog is more detailed and more suitable for newcomers.
#tutorial
介绍有关 #solidity
abi 的相关内容。与文档相别,此篇博客更加详细,更适合新手阅读。Introduce the content about solidity abi. Unlike the documentation, this blog is more detailed and more suitable for newcomers.
#tutorial
Medium
Solidity Tutorial: all about ABI
In this article, we describe what is the ABI in Solidity, how it helps describes smart contracts and how it translates to EVM bytecode. We…
https://cointelegraph.com/news/what-is-chainlink-vrf-and-how-does-it-work
一篇介绍 #chainlink #vrf 的应用的文章
An article describing the application of Chainlink VRF.
#Oracle
一篇介绍 #chainlink #vrf 的应用的文章
An article describing the application of Chainlink VRF.
#Oracle
Cointelegraph
What is Chainlink VRF, and how does it work?
Part of the Chainlink 2.0 ecosystem, Chainlink VRF is a provable RNG solution devoid of the shortcomings plaguing traditional solutions.
https://research.thetie.io/aptos-network-deep-dive/
一篇介绍 #aptos 架构和相关协议的文章
An article describing the aptos architecture and related protocols.
一篇介绍 #aptos 架构和相关协议的文章
An article describing the aptos architecture and related protocols.
https://research.metastate.dev/plonk-by-hand-part-1/
另一篇包含数学计算的 #zk 文章
Another analytical zero-knowledge proof article that includes mathematical calculations.
另一篇包含数学计算的 #zk 文章
Another analytical zero-knowledge proof article that includes mathematical calculations.
METASTATE
PLONK by Hand (Part 1: Setup)
This article will explain how to execute a PLONK zero-knowledge proof system completely by hand. In particular we will show how to choose parameters, run a trusted setup, and convert a statement into a PLONK-style circuit by hand.
https://threadreaderapp.com/thread/1555894207570513920.html
简单介绍了 web3 应用的基础架构,比较短,非常适合入门
This article briefly introduces the web3 application infrastructure, which is relatively short and ideal for getting started.
#tutorial
简单介绍了 web3 应用的基础架构,比较短,非常适合入门
This article briefly introduces the web3 application infrastructure, which is relatively short and ideal for getting started.
#tutorial
Threadreaderapp
Thread by @SuhailKakar on Thread Reader App
@SuhailKakar: How Web3 dApps works? A complete guide to Web3 Architecture 🧵 You have probably heard about Web3 and decentralisation. Decentralization means you have the complete right to your own content. It means i...…
https://blog.trailofbits.com/2022/07/28/shedding-smart-contract-storage-with-slither/
一个用于获取合约地址槽内数据的工具
A tool for obtaining data in contract address slots
#EVM
一个用于获取合约地址槽内数据的工具
A tool for obtaining data in contract address slots
#EVM
The Trail of Bits Blog
Shedding smart contract storage with Slither
You think you’ve found a critical bug in a Solidity smart contract that, if exploited, could drain a widely used cryptocurrency exchange’s funds. To confirm that it’s really a bug, you need to figure out the value at an obscure storage slot that has no getter…