找到约 14 条结果

文章 sui-move基础(四):letsmove-task3

... unique ID, so whether you're dealing with a million fungible tokens, like coins, or thousands of NFTs with individual characteristics, like SuiFrens, your smart contracts on Sui always interact with individual objects. > >Imagine you create an Excitable Chimp NFT collection on Sui and another blo...

文章 NFT摄影:摄影师的新纪元

...。著名的摄影师和团体,例如 [Twin Flames](https://www.airnfts.com/nft/photography-nft)、[Carpoolers](https://nftplazas.com/best-nft-photography-marketplace/),甚至传奇的 [Magnum Photos](https://www.reddit.com/r/photography/comments/ttzamm/photography_and_nfts/),都拥抱了 NFT ...

文章 比特币升级提案 Taproot 技术解读

> _作者:Gaurav Agrawal_ > > _来源: [https://medium.com/coinmonks/bitcoin-taproot-cdf96c2e100](https://medium.com/coinmonks/bitcoin-taproot-cdf96c2e100)_ ![1](https://img.learnblockchain.cn/2025/07/13/bfb04aeb0b124acf8ee9659365767e6d.png) 本文将讨论 [比特币](https://blog.coincodecap...

文章 精通以太坊 - 第二版前言

...我们对协作的承诺,我们与 O'Reilly Media 合作,以 Creative Commons 许可提供本书。 如果你在使用代码示例时遇到技术问题或问题,请发送电子邮件至 。 本书旨在帮助你完成工作。通常,如果本书提供了示例代码,你可以在你...

文章 AI代理在DeFi中的应用 - CoW DAO

...合指南 - CoW DAO](https://cow.fi/learn/getting-started-with-defi-your-comprehensive-guide-to-decentralized-finance) ### 为什么 AI agents 非常适合 DeFi 是什么让 AI agents 如此独特地适合 DeFi 格局?这归结为去中心化世界的几个关键特征: - DeFi 具有许多频...

文章 EigenLayer 简介:在以太坊上解锁共享安全性

>- 原文链接:https://medium.com/simplystaking/an-introduction-to-eigenlayer-unlocking-shared-security-on-ethereum-4e7006ecc51c >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain.cn/article/8026) ...

文章 如何使用 Sugar(糖果机)在 Solana 上部署 NFT 合集

...使用 [Crossmint NFT Mint API \[mainnet\]](https://marketplace.quicknode.com/add-on/crossmint-nft-mint-api-mainnet) 附加工具。通过使用 Crossmint NFT Mint API \[mainnet\],你可以避免创建 Candy Machine。使用 NFT Mint API 创建集合,降低前期成本,轻松铸造 NFT! [...

文章 Defi 101: 使用 Defi 协议之前需要了解的几个概念

...稳定币,交易所,安全类代币,保险平台等。由于诸如 [Compound](https://compound.finance/) 之类的借贷协议受到了最多的关注,因此我们将重点关注这些平台以充分理解其概念, 常见模式及其使用风险。 请注意,这些概念不仅适用于...

文章 以太坊虚拟机是如何运行的?

> * 原文:https://medium.com/mycrypto/the-ethereum-virtual-machine-how-does-it-work-9abac2b7c9e 作者:https://medium.com/@luith > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer),欢迎大家加入翻译计划,一起为行业做点贡献。 > * 译者:[翻译...

文章 Cairo 组件 第一部分

...考虑以下 Solidity 代码: ```solidity abstract contract C { uint256 balance; function increase_balance(uint256 amount) public { require(amount != 0, "amount cannot be zero"); balance = balance + amount; } function get_balance() public view returns (uint256) {...

文章 Ark 和 Spark:我们一直在等待的通道工厂

> _作者:Roy Sheinfeld_ > > _来源: [https://bitcoinmagazine.com/print/ark-and-spark-the-channel-factories-print](https://bitcoinmagazine.com/print/ark-and-spark-the-channel-factories-print)_ “通道工厂” 是在闪电网络起步阶段就诞生的一个愿景,为了解决闪电通道...

文章 Solana内部结构第4部分:Bank - 关键组件

...ts_**,**_program\_indices_**(用于检索调用的 program\_id)、**_compute\_units\_consumed_**(记录执行指令时使用的计算单位,初始为 0)和 **_timings_**(用于执行时间信息)。 要在程序上调用指令,**_invoke\_context.process\_instruction_** 首先使...

文章 掌握Web3协议审计的有效测试编写技巧

...获得,则设置模糊测试非常重要。如 [Echidna](https://github.com/crytic/echidna) 或 [Foundry](https://book.getfoundry.sh/forge/fuzz-testing) 等工具在这里可能非常有效。 ## 系统架构师思维 系统架构师思维对任何协议与另一个协议或外部服务的...

文章 以太七日谈 • 2021/12/14

...开始在 Prater 测试网上做测试了。 ) [来源](https://discord.com/channels/595666850260713488/892088344438255616/919891900478136350) ## **执行层 (Eth1)** **EIP-4488 将不会在合并前部署主网** 12 月 11 日进行的第 128 次以太坊核心开发者会议 (AllCoreDe...