https://mirror.xyz/0xc18FB1c2dfdd294fEFadC86C1dD260f51d70aac3/3_iPCWvNhoXOGIBNSt-V2xaNtOut4B5Xsk4FSwLX5F0
介绍了 #defi 的基本衍生品和金融原理,偏金融
介绍了 #defi 的基本衍生品和金融原理,偏金融
mirror.xyz
Derivatives in DeFi: Present and Future
The blockchain industry is always innovating and the derivatives market for cryptocurrencies is no different. A key innovative trend for crypto derivatives that I have observed is to produce new derivatives that function in unique ways that traditional institutions…
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 的清算机制以及清算服务的设计了,我…