@Wongssh web3 reading list. A reading list for solidity, web3 and Dapp programmers. We use Chinese and English language.
https://docs.opengsn.org/

一个基于 #EIP2771 的项目,可以实现用户通过运营商与合约交互,这样的话用户可以实现在钱包内无 Eth 情况下与合约交互, gas 费用由运营商承担。
A project based on EIP2771 allows the user to interact with the contract through the Relay server, so that the user can interact with the contract without ETH in the wallet and the gas cost is borne by the Relay.
https://ethereum.github.io/execution-apis/api-documentation

详细给出了所以以太坊接口的信息,包括请求数据类型和返回类型,允许在线调试。 #eth
This site gives detailed information about the so Ethereum interface, including request data types and return types, allowing online debugging.
加密经济学,来自Tyler Cowen 和 Alex Tabarrok的课本,总计21页
From Tyler Cowen and Alex Tabarrok's textbook on cryptoeconomics, 21 pages in total
https://github.com/blockchain-etl

一个研究区块链数据导出的组织,目前有 #eth #bitcoin 等区块数据导出的脚本。
A GitHub organization that develops blockchain data etl and currently supports scripts for blockchain data exports such as ethereum and bitcoin.

#dataAnalysis
Web3ReadList
https://mirror.xyz/asmp.eth/LWQckvjXUxeIKH42U9c67JPYshX0XImycMl2ACz60F4 介绍了 Storj、#Filecoin、#Arweave、Stratos、#Ceramic 去中心化存储方案
https://mirror.xyz/fundamentalabs.eth/DUsKo7tR_m2MNh2lTj6sL-0x0xCLK3IU2QkiKEO5wPw

一篇非常长的介绍去中心化存储的文章,详细对比了各大协议。文章属于精简版,完整论文有89页,放在评论区。
A very long introduction to decentralized storage, with detailed comparisons of the major protocols. The article is a condensed version, the full paper is 89 pages long and is placed in the comments section. Decentralized Storage: A Pillar of Web3
https://nakamoto.com/cambrian-explosion-of-crypto-proofs/

介绍一系列关于 #zk 的内容,需要密码学基础。虽然没有复杂的密码学内容,但作者讨论的问题比较艰深。
Presents a series on zero-knowledge proofs that require a foundation in cryptography. While there is no complex cryptographic content, the authors discuss tougher issues. A Cambrian Explosion of Crypto Proofs
Back to Top