https://hackernoon.com/smart-contract-head-to-head-ethereum-vs-flow
简单介绍了 #flow 链上的 #Cadence 编程语言,同时给出了与 solidity 的对比,最后附带了一个小例子。
简单介绍了 #flow 链上的 #Cadence 编程语言,同时给出了与 solidity 的对比,最后附带了一个小例子。
Hackernoon
Smart Contract Head to Head — Ethereum vs. Flow | HackerNoon
Developers looking to write smart contracts have a couple of solid choices, but which one is currently better ... and why?
https://blog.openzeppelin.com/deep-dive-into-the-minimal-proxy-contract
一篇介绍 #EIP1167 最小化代理合约的文章,作者深度解读了每一个 #EVM 操作吗。
一篇介绍 #EIP1167 最小化代理合约的文章,作者深度解读了每一个 #EVM 操作吗。
Openzeppelin
Deep dive into the Minimal Proxy contract - OpenZeppelin blog
In this deep dive into low-level EVM code, you will learn how to code a Minimal Proxy (EIP 1167) from scratch, no Solidity involved. Finally, we see how to easily deploy the proxy using OpenZeppelin's SDK.
https://mirror.xyz/0x546086AfA3D285aCD2c84783c2dCf8F2C23b6433/yYi562kzBNUSgcuZKbN0M_hGXtNpb_Su0X6kDuAC8kY
系列文章,全面介绍 #defi 中的 #compound
系列文章,全面介绍 #defi 中的 #compound
mirror.xyz
剖析DeFi借贷产品之Compound:延伸篇
关于 DeFi 借贷产品之 Compound,前面我们已经讲了很多。从概述篇开始,讲述了 DeFi 和借贷的一些现状,并介绍了 Compound 的核心概念、利率模型、整体架构等。合约篇则从智能合约出发,深入讲解了核心业务的实现细节,包括利率模型的实现原理和 cToken 合约等。Subgraph篇主要还是对 Subgraph 技术的一种入门级讲解,毕竟很多人都还不懂什么是 Subgraph,有什么作用,如何开发 Subgraph。清算篇就专注于介绍 Compound 的清算机制以及清算服务的设计了,我…
https://medium.com/@hayeah/how-solidity-events-are-implemented-diving-into-the-ethereum-vm-part-6-30e07b3037b9
另一位作者写的智能合约底层运行的文章。 #evm
另一位作者写的智能合约底层运行的文章。 #evm
Medium
How Solidity Events Are Implemented — Diving Into The Ethereum VM Part 6
In How To Decipher A Smart Contract Method Call we’ve learned how “method” is an abstraction built on top of simpler EVM primitives like…