找到约 12 条结果

文章 赋予金融系统中的代理AI需要零知识证明和隐私保护技术

作者:安东尼·巴特勒(Anthony Butler),前G20中央银行高级顾问,Chainlink顾问,前IBM中东和非洲服务首席技术官 ## 引言:AI Agent 的兴起 金融市场正迈入一个新时代,伴随着“AI Agent”的出现——一种自主、专门化的代理能够...

文章 在 Solidity 智能合约中调用 Chainlink 预言机获取外部数据及生成随机数

...Remix`来部署 ![image.png](https://img.learnblockchain.cn/attachments/2023/12/kbQ5CqFN65829ee3a2943.png) 首先在`MetaMask`钱包中添加`Sepolia`网络,然后在`Remix`部署界面选择使用`MetaMask`钱包部署,最后点击`Deploy`按钮部署。 ![image.png](https://img.learnb...

文章 如何审计Solana智能合约 第四部分:Anchor框架

...GELOG.md)中找到它们的列表。 ![](https://img.learnblockchain.cn/2025/03/30/8ca5dcf0001f893fa7c37_1Zws5ID0ZeUpX6DgYszGXSA.png) 图 1. [#\[program\] 宏在 basic-2 中的应用](https://github.com/project-serum/anchor/blob/master/examples/tutorial/basic-2/programs/basic-2/src/lib.rs#L5) ...

文章 将你的想法转化为 Solana 程序(智能合约)

![灯泡和电路板](https://img.learnblockchain.cn/2025/03/12/34312878_image.jpg) 让我们设计一个 Solana 程序。Solana 生态系统提供了大量关于理解 [Solana 编程模型](https://learnblockchain.cn/article/7391) 和创建小型演示程序的文章,这些对初学者...

文章 可执行信标链

...: ```Powershell class ExecutableData(Container): coinbase: bytes20 # Eth1 address that collects txs fees state_root: bytes32 gas_limit: uint64 gas_used: uint64 transactions: [Transaction, MAX_TRANSACTIONS] receipts_root: bytes32 logs_bloom: ByteList[LOGS_BLO...

文章 加密货币中的Rug Pull及其规避方法 - Pintu学院

...Pull in Cryptocurrency and How To Avoid It](https://img.learnblockchain.cn/2025/08/18/RugPull.png)](https://img.learnblockchain.cn/2025/08/18/RugPull.png) 投资[加密货币](https://learnblockchain.cn/tags/cryptocurrency)有可能产生比任何其他类型投资都更高的回报。但是,作...

文章 零知识证明 - 说说Nova

...可以帮助理解Nova算法: 1. Nova论文:https://eprint.iacr.org/2021/370.pdf 2. Nova潜在攻击和相应修正:https://eprint.iacr.org/2023/969.pdf 2. Nova潜在攻击的理解总结:https://www.zksecurity.xyz/blog/posts/nova-attack/ 本文是上述...

文章 Go与智能合约的交互:从部署到对接

...[whiteboard_exported_image.png](https://img.learnblockchain.cn/attachments/2025/05/ICM9tyYx681c721af1875.png) ## 2.3 提取ABI文件 作用: + 对接端与合约交互时,需要使用 ABI 文件生成合约实例。 + 调用合约方法或监听事件时,ABI 提供必要的接口信息...

文章 管理 Defi 财库的新思维模式

...u & monetsupply ![image.png](https://img.learnblockchain.cn/attachments/2021/11/yZbgaSEG618e45577d753.png) COMP 的流动性挖矿在 2020 年夏季开启了 Defi 牛市,这使得很多 Defi 协议变成收入快速增长的怪物。你会认为这使它们处于非常舒适的财务状...

文章 Delegatecall: 详细且生动的指南

...te)/100; } } contract Caller { uint public price = 200; uint public discountRate = 10; address public called; function setCalled(address _called) public { called = _called; } function setDiscountPrice() public { (b...

文章 [Reach教程翻译] 2.8 玩家交互、自主运行游戏

...o create an account? (only possible on devnet)`, 18 yesno 19 ); 20 if (createAcc) { 21 acc = await stdlib.newTestAccount(stdlib.parseCurrency(1000)); 22 } else { 23 const secret = await ask( 24 `What is your account secret?`, 25 (x => x) 26 ); 27 ...

文章 Solidity 0.8.26 发布

>- 原文链接:https://soliditylang.org/blog/2024/05/21/solidity-0.8.26-release-announcement >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584) >- 本文永久链接:[learnblockchain.cn/article…](https://learnblockchain.cn/article/8173) 我们(Solidity Team)很高...