找到约 13 条结果

文章 什么是跨链代币化资产?

...You're signed out Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer. CancelConfirm Share Include playlist An error occurred while retrieving sharing information. Please try again later. Watch ...

文章 科普: 零知识证明与zkRollup的基础知识

...。其中以太坊[The Merge](https://blog.pontem.network/ethereum-merge-and-its-results-a-deep-dive-whats-next-ebe705a8335e)从[POW共识机制升级为更便宜、更环保的POS](https://pontem.network/posts/consensus-protocols-101),是一个有风险的工程奇迹,需要多年的规划。...

文章 如何使用 Tenderly 设置实时智能合约警报

...发送到你所需的目的地。 ![ethereum transaction notifications and smart contract event alerts](https://img.learnblockchain.cn/2025/09/02/all-alert-triggers.png) **Alert Target(警报目标)** 是你感兴趣的监控地址。你可以监控单个地址、特定网络上的所有...

文章 以太坊上的数字签名

...如果你在 [MyCrypto 内签署同一条消息](https://mycrypto.com/sign-and-verify-message/sign),每次得到的输出值都相同,那么如何确保其安全性?这些确定性签名均采用 [RFC 6979 标准](https://tools.ietf.org/html/rfc6979)。该标准描述了如何基于私钥和...

文章 golang 实现区块链(Bitcoin)系列1 - 基本原型

...on number | You upgrade the software and it specifies a new version | 4 hashPrevBlock | 256-bit hash of the previous block header | A new block comes in | 32 hashMerkleRoot | 256-bit hash based on all of the...

文章 如何评估和选择RWA投资机会

目录 [切换](https://blockapps.net/blog/how-to-evaluate-and-select-rwa-investment-opportunities/#) ## 理解现实世界资产(RWA) 在快速发展的区块链和去中心化金融(DeFi)世界中,一种新的资产类别正受到越来越多的关注:现实世界资产(RWA)。R...

文章 SUI Move官方示例合约实践——DeFi类:闪电贷(flash_lender)

... } /// An object conveying the privilege to withdraw funds from and deposit funds to the /// `FlashLender` instance with ID `flash_lender_id`. Initially granted to the creator /// of the `FlashLender`, and only one `AdminCap` per lender exists. struct AdminCap has key, stor...

文章 Web3 实战:解锁 Monad MCP,轻松查询 MON 余额

...nsport: http(), }); // Initialize the MCP server with a name, version, and capabilities // 初始化 MCP 服务器 const server = new McpServer({ name: "monad-testnet", version: "0.0.1", // 定义服务器支持的功能列表 capabilities: ["get-mon-balance"] }); // De...

文章 每周以太坊 2024/02/10

...a 同时开发 - Holešky 测试网[顺利升级](https://twitter.com/ethpandaops/status/1755197602931327379)到 Dencun - Dencun 互操作测试[通话视频](https://www.youtube.com/watch?v=RoQ6Gy-KbUs&t=5s) :在 Holešky 测试网上测试了 churn limit ,并计划与主网发布一起进行...

文章 集中流动性管理器漏洞

... token](https://solodit.xyz/issues/attacker-can-drain-protocol-tokens-by-sandwich-attacking-owner-call-to-setpositionwidth-and-unpause-to-force-redeployment-of-beefys-liquidity-into-an-unfavorable-range-cyfrin-none-cyfrin-beefy-finance-markdown): ```solidity function test_AttackerDrainsProtocolVi...

文章 解释区块链中最近的崛起的全同态加密

...新的[多指令多数据](https://community.intel.com/t5/Blogs/Products-and-Solutions/HPC/Intel-Completes-DARPA-DPRIVE-Phase-One-Milestone-for-a-Fully/post/1411021) (MIMD)系统,能够同时管理多个指令和数据集。MIMD 类似于建造一条新的高速公路,而不是使用现有...

文章 用 Python 创建一条 Pow 区块链(上)

...ansactions = [] def new_block(self): # Creates a new Block and adds it to the chain pass def new_transaction(self): # Adds a new transaction to the list of transactions pass @staticmethod def hash(block): # Hashes a Block...

文章 Web3开发:用Rust实现Solana SOL转账教程

...ry (application) `send-sol-demo` package note: see more `Cargo.toml` keys and their definitions at ******************************************************* cd send-sol-demo cc ``` ### 查看项目目录结构 ```bash SolanaSandbox/send-sol-demo on  main [?] is 📦 0.1.0 via 🦀 1....