找到约 13 条结果

文章 Chainlink的网络效应为每个人创建了更安全更低成本的预言机

...机**** 原文标题:Chainlink’s Network Effect Creates More Secure and Lower Cost Oracles for Everyone 原文作者:SmartContent 原文链接:[https://smartcontentpublication.medium.com/chainlinks-network-effect-creates-more-secure-and-lower-cost-oracles-for-everyone-1fe48ac985c2](...

文章 比特币的 2100 万 BTC 上限是如何定义及实现的?

...来源: [https://blog.lopp.net/how-is-the-21-million-bitcoin-cap-defined-and-enforced/](https://blog.lopp.net/how-is-the-21-million-bitcoin-cap-defined-and-enforced/)_ ![How is the 21 Million Bitcoin Cap Defined and Enforced?](https://img.learnblockchain.cn/2025/07/14/chart-1.png) 稍微了解...

文章 HOH_move共学营task2

...ipient: address, ctx: &mut TxContext ) { coin::mint_and_transfer(treasury_cap, amount, recipient, ctx); } public fun burn(treasury_cap: &mut TreasuryCap, coin: Coin) { coin::burn(treasury_cap, coin); } #[test_only] public fun test_init(ctx...

文章 如何在Stacks区块链上创建和部署Clarity智能合约

...安装的信息 [这里](https://www.hiro.so/wallet-faq/how-do-i-install-and-run-the-stacks-wallet)) - STX 测试网代币(你可以在这个 [水龙头](https://explorer.stacks.co/sandbox/faucet?chain=testnet) 获取一些代币) #### 你将做的事情 - 了解 Clarity 和 Clarinet - ...

文章 如何在加密货币 Staking 中实现验证者节点冗余:最佳实践与策略

.../how-to-achieve-validator-node-redundancy-in-crypto-staking-best-practices-and-strategies/#) ## 了解验证器节点冗余 ### 什么是验证器节点冗余? 验证器节点冗余是指备份系统的实施,该系统确保即使在主系统发生故障时,质押验证器也能持续运行...

文章 理解加密货币中的代币经济学:DCF模型如何影响估值

...项目至关重要。 目录 [展开](https://blockapps.net/blog/understanding-tokenomics-in-crypto-how-the-dcf-model-impacts-valuation/#) ## 理解加密货币中的代币经济学 ### 什么是代币经济学? **代币经济学 (Tokenomics)** 超越了基本的供需指标,形成了一个...

文章 合约创建指南: create、create2 和 create3

...链接:https://blog.solichain.com/the-ultimate-guide-to-create-create2-and-create3-cc6fe71c6d40 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永久链接:[learnblockchain.cn/article…](https://lear...

文章 04.Slither Contract对象常用方法分析及应用示例

...表示函数和修饰符列表的属性有:functions/modifiers/functions_and_modifiers/functions_and_modifiers_declared/functions_and_modifiers_inherited。它们表示不同的函数和修改符列表。 - `functions (list(Function))`: 函数列表,列表的每一项是一个`FunctionContrac...

文章 比特币挖矿的中心化趋势(2025)

...们有这个规模)。此外,转移哈希率到 Ocean(< 1%)和 DEMAND(0 %)这样的矿池,矿工可以构造赞成的模板,也能帮助比特币挖矿行业变得更加去中心化。更多家庭挖矿用户也会有所帮助,但是,当前,家用矿机的哈希率与工业矿...

文章 Aptos Move实战:5分钟掌握链上向量(Vector)核心操作

...10, 30, 30, 50] // return last element from vector (last index) and remove it list.pop_back(); // [20, 10, 30, 30] returns 50 list // [20, 10, 30, 30] } #[test_only] use std::debug::print as p; #[test] fun test_function() { let list ...

文章 驾驭加密货币质押中的波动性风险:成功策略

...究表明](https://figment.io/insights/assessing-staking-risks-illiquidity-and-price-volatility/),目前 81% 的 staked ETH 缺乏流动性,这突显了在参与 staking 活动之前了解这些风险的重要性。 * * * **[继续前往下一节…]** 目录 [切换](https://blockapps.net/b...

文章 每周以太坊进展 2020/03/24

...https://dev.to/fvictorio/debugging-transactions-in-ethereum-part-2-truffle-and-buidler-36pp) * [Subspace v2](https://blog.embarklabs.io/news/2020/03/18/subspace-2.0/):更易于追踪 React 中的事件 * [svm](https://blog.web3labs.com/a-solidity-version-manager-using-sokt):Solidity 版本管...

文章 Monad MCP Server 教程:与 Monad 测试网交互的利器(附惊喜彩蛋)

...onad MCP server, * orchestrating the initialization of server components and tools. */ import { createServer, initializeTransport } from "./config/server"; import { nftProvider } from "./tools/nft"; import { blockProvider } from "./tools/block"; import { walletProvider } from "./tools/wall...