@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
Back to Top