找到约 15 条结果

课程 区块链技术集训营一期

> 集训营 更新到了[第二期](https://learnblockchain.cn/course/28) > 如果要参加区块链线下培训,了解[ OpenSpace 集训营](https://learnblockchain.cn/openspace/1) 本课程原为欧科云链人才培训组织的定向区块链合约开发[集训营](https://learnblockcha...

文章 探索 CryptoKitties — 第1部分:数据提取

![](https://img.learnblockchain.cn/2025/03/11/1qShR50nLWCpfI367WQB0fg.png) 来源:[https://www.cryptokitties.co/kitty/101](https://www.cryptokitties.co/kitty/101) 如果你正在阅读这篇文章,你可能已经听说过在过去几个月里引起每个人关注的以太坊网络上的游...

文章 一文解决 web3 合约 ethers 交互基础

文章参考:[https://wtf.academy/ether-start/ReadContract/](https://wtf.academy/ether-start/ReadContract/) # 一、查询以太坊主网某地址的余额 安装好 erthers 后,通过 import 对其引入: ```typescript import { ethers } from "ethers"; ``` 引入完毕后,可以 ...

文章 精析DeFi协议Warp Finance“预言机”攻击事件

北京时间12月18日6时许,DeFi借贷协议Warp Finance遭到黑客攻击,造成了近800万美元的资产损失。 ![image.png](https://img.learnblockchain.cn/attachments/2020/12/c80Bpntc5fdc89aae6d4c.png) ## 攻击过程 同时,Warp Finance官方也发布推文表示,已在...

问题 查看以太坊源码发现预编译合约ecrecover有魔鬼数字

...约ecrecover也就是地址为0x01的预编译合约中通过入参的txHash和tx中的R,V,S解出签名tx的帐户Addr中有一行v:=输入[63] ]-27看不明白这个减法是什么操作。二进制如此下:``` func(c * ecrecover)Run(input [] byte)([] byte,error){ const ecR...

文章 深入探索 Cairo 编程语言:Starknet 的基础与实践

# 深入探索 Cairo 编程语言:Starknet 的基础与实践 ## `Cairo` `Cairo` 和 `Cairo` 实战 ### 主题 1. 什么是`Cairo` 2. `Field Element` 3. `Starklings` 介绍 4. 实战 #### 什么是`Cairo` ## [What is Cairo?](https://book.cairo-lang.org/ch00-00-introduction.html#...

文章 Fabric 2.0 实战 - 设置背书策略

本系列文章如下: [HyperLedger Fabric 2.0 测试网络部署](https://learnblockchain.cn/article/581) [Fabric2.0 样例 first-network 生成配置说明](https://learnblockchain.cn/article/582) [Fabric2.0启动网络脚本配置剖析](https://learnblockchain.cn/article/590) [Fabric 2.0 ...

文章 理解 Compound V3 中的抵押品、清算和储备金

...条件 读者应对 [Compound V3 如何定义本金和现值](https://learnblockchain.cn/article/11284) 以及 [DeFi 清算和抵押品](https://learnblockchain.cn/article/11288) 已经有一定了解。 ## UserBasic 存储结构 让我们回顾一下 [CometStorage.sol 中的 UserBasic 结...

文章 Fuel - 快速执行层

...接受的代币支付。 ![](https://img.learnblockchain.cn/2025/03/11/Fa3f1a3b3-6d45-45f8-902d-8a15f4913a24_1600x985.png) 由 Fuel 节点操作的不同内存池,可以选择接受各种代币作为最终用户支付的费用 让我们深入探讨并分析 Fuel 的工作原理。 #### **...

文章 对去中心化金融(DeFi)杠杆交易协议的探索

...lockchain.cn/article/13021) - [https://medium.com/verse2/defi-derivatives-리즈-2-defi-derivatives-ecosystem-options-6ed939db647d](https://learnblockchain.cn/article/13014) - [https://learnblockchain.cn/article/13018](https://learnblockchain.cn/article/13018) - [https://collectiveshift.io/def...

文章 默克尔准备金证明

# what is Merkle Tree Proof of Reserves After FTX was hacked, many prevailing exchanges announced they would provide Merkle Tree Proof of Reserves to encourage transparency[[1](https://www.thenewsminute.com/article/what-merkle-tree-proof-reserves-170062)]. The Merkle tree proof of reserve is an e...

文章 ADR 037:治理拆分投票

## ADR 037: Governance split votes (治理拆分投票) ### Changelog * 2020/10/28: 初始草案 ### Status Accepted (已接受) ### Abstract This ADR defines a modification to the governance module that would allow a staker to split their votes into several voting options. For example, it cou...

文章 现代DEX - 1inch限价订单协议、Fusion和Fusion+ 是如何构建的

![](https://img.learnblockchain.cn/2025/03/09/Blog-mixbytes-.jpg) ## 简介 本文将继续我们关于现代去中心化交易所(DEX)的系列介绍。今天,我们将重点关注1inch的另一个DEX生态系统。我们将回顾三个1inch协议,因为它们都是相互构建的:...

文章 在Substrate链上跑Solidity ERC20智能合约

**在Substrate链上跑Solidity ERC20智能合约** *jasonruan 2020.07.18* ## 1 前言 本实践案例中,我们首先会搭建和启动一条`substrate`链,再通过`MetaMask`这款著名的以太坊钱包浏览器插件,通过自定义`RPC`的方式,接入我们搭建好的`substr...

文章 SUI CLI常用命令解析2——Client PTB @SUI Move开发必知必会

...令清单 通过`-h`获取`sui client ptb`所有可用参数: ```bash $ sui client ptb -h Build, preview, and execute programmable transaction blocks. Depending on your shell, you might have to use quotes around arrays or other passed values. Use --help to see examples for how to use the c...