找到约 14 条结果

问题 为什么这么写会报promise语法错误,显示监听函数未定意,明明已经成功引入一个合约实例了。

[![![](https://learnblockchain.cn/image/show/attachments-2020-01-dYDd0d755e15a87cce670.png)](https://learnblockchain.cn/image/show/attachments-2020-01-dYDd0d755e15a87cce670.png)[](https://learnblockchain.cn/image/show/attachments-2020-01-8Sycrxix5e15a874267c1.png)](https://learnblockchain.cn/image/s...

文章 Footprint & TrustaLab | 图算法识别链上游戏非真实玩家

本文由[ Footprint Analytics](https://www.footprint.network/) 和 [TrustaLab](https://twitter.com/TrustaLabs) 联合研究和发布 作者:@Austensfy TrustaLabs数据分析师 @Rael_LKun TrustaLabs数据分析师 Footprint Analytics 研究团队 **Web3游戏以...

文章 Rollups-as-a-Service 搭车客指南

![](https://img.learnblockchain.cn/2025/04/16/1tkstJHS8k8DgmWuibG0zjw.png) 我们之前讨论过,未来将有[数百万条区块链](https://medium.com/catalystamm/the-proliferation-of-modular-chains-19e60b39b98)——一些是通用的,但绝大多数是特定于应用程序的。 [模块化...

文章 不作恶(Can’t Be Evil)的NFT许可证

二十年前,新成立的 [Creative Commons (CC)](https://creativecommons.org/20-years/) 发布了第一套免费的公共许可,允许创作者将他们的版权作品的某些方面开放给公众,以便分享、再创作和在默认的“保留所有权利”声明之外重新使用。今...

文章 进阶篇-智能指针

...并借用了他们所指向的值。 另一方面,`智能指针(smart pointers)`是一类数据结构,它们表现类似于指针,但是也拥有额外的元数据,最明显的,它们拥有一个引用计数。引用计数记录智能指针总共有多少个所有者,并且当没...

文章 加密朋克宣言 - 中英双语

原文:https://www.activism.net/cypherpunk/manifesto.html ## A Cypherpunk's Manifesto 加密朋克宣言 作者 [Eric Hughes](ftp://soda.berkeley.edu/pub/cypherpunks/people/hughes.html) , 日期 1993/3/9 Privacy is necessary for an open society in the electronic age. Privacy is not se...

文章 探索加密货币质押:质押衍生品收益详细对比

加密货币投资领域随着 Staking 的兴起经历了巨大的变革。截至 2024 年,锁定在流动性 Staking 衍生品中的总价值 (TVL) 已超过 [$206 亿美元](https://blog.1inch.io/liquid-staking-derivatives-and-their-place-in-defi/),标志着投资者在加密领域中获取被...

文章 现在的 Rollups 不是真正的 Rollup~

...叉规则)。 ![](https://img.learnblockchain.cn/2025/03/29/2Fea19ffa3-5478-42af-9722-3cd64992846f_700x350.png) **来源:[Celestia](https://celestia.org/learn/sovereign-rollups/an-introduction/)** 相关说明:有一种有趣的观点认为[不存在全球规范链(只有桥决定哪...

文章 为什么要使用 transaction data

...约交互(例如发送 token)时,你的事务会自动包含 input data(“输入数据”)。在 MyCrypto 钱包界面,这些数据有个简单的标签:“Data(数据)” —— 它是做什么的呢? 这篇文章就是从技术上解释事务输入数据是怎么一回事...

文章 多签钱包的工作原理与使用方式

> 致谢:文章部分参考[《多签钱包的使用》](https://learnblockchain.cn/article/3938) ## 什么是多签钱包? 多签名钱包常被缩写为 “Multisig wallet”,与多签钱包对应的是单签钱包,我们要往区块链上发送一笔转账交易,需要去用钱包...

问题 What are the key factors driving the growth of the High Pressure Laminate (HPL) market, and how are emerging trends shaping its future across different industries?"

[High Pressure Laminate Mark](url)et is a versatile and durable material widely used in various industries, including construction, furniture, and interior design. Composed of multiple layers of resin-impregnated kraft paper fused under high pressure and temperature, HPL is known for its exceptional...

问题 在共识客户端(lighthouse)和执行客户端(geth)同步过程中,报错“ Beacon client online, but no consensus updates received in a while. Please fix your beacon client to follow the chain!”

![image.png](https://img.learnblockchain.cn/attachments/2024/02/fWVEUy8J65d568db3ffca.png) ![image.png](https://img.learnblockchain.cn/attachments/2024/02/iZa3zjcF65d568f02fd91.png) 如题,应该怎么解决呢?

文章 11种高级Solidity Gas优化技巧

## 11 个高级 Solidity Gas优化技巧 在本指南中,你将学习到 11 种先进的、经过实际应用和测试的 Solidity Gas优化策略。 **优化**你的 **Solidity 智能合约的Gas成本** 可以为你和用户 **节省超过 90% 的交易费用**,使你的协议更加可扩展...

文章 零基础学MPC 教程 - 每个人都可以学会

...此透露各自的净资产。换句话说,你希望共同计算函数 $ a \geq b$,而不让任一方知道另一方的数值。这是一个经典的激励问题:百万富翁问题。 MPC为此类问题提供了解决方案。MPC,或多方计算,是指多个方如何在不透露其私...