找到约 12 条结果

文章 宣布 sec3 Premium:Solana 智能合约的自动审计工具

...法操作可能导致溢出 | [示例](https://medium.com/coinmonks/understanding-arithmetic-overflow-underflows-in-rust-and-solana-smart-contracts-9f3c9802dc45) | | **SVE1004** | IntegerUnderflow | 减法操作可能导致下溢 | [示例](https://medium.com/coinmonks/understanding-arithmetic-over...

文章 编写第一个 Anchor 程序 - 第 2 部分

...合约——它们是处理信息和请求的引擎:从代币转移和 Candy Machine 铸造到“你好,世界”日志和 DeFi 保管治理。Solana 支持使用 Rust、C 和 C++ 编程语言编写链上程序。[Anchor](https://www.anchor-lang.com/) 是一个加速在 Solana 上构建安全 Ru...

文章 NFT阶梯:数字所有权如何惠及品牌和消费者

我们的新书 [_The Everything Token: How NFTs and Web3 Will Transform the Way We Buy, Sell, and Create_](https://www.everythingtoken.io/) 的目标之一是解锁非同质化代币(nonfungible tokens,或 [NFTs](https://learnblockchain.cn/article/12273/))在 [商业](https://hbr.org/2021/11/...

文章 Sui极简入门,部署你的第一个Sui合约

..."...", subdir = "...", rev = "..." }`. # Revision can be a branch, a tag, and a commit hash. # MyRemotePackage = { git = "https://some.remote/host.git", subdir = "remote/path", rev = "main" } # For local dependencies use `local = path`. Path is relative to the package root # Local = { local = ...

文章 意图桥:Across如何利用乐观验证降低成本

...//medium.com/across-protocol/the-intents-bridge-cross-chain-value-transfer-and-the-future-of-interoperability-4a6a54550818),这种方法使用链下流动性和偿还捆绑来快速、经济高效地实现源链和目标链之间的转账。 在大多数桥中,必须在资金可以在目标链...

文章 沙弗里拉(沙菲)与计算机科学领域的诺贝尔奖

...mpy as np import binascii import Crypto.Util.number from Crypto import Random import sys import random def xgcd(a, b): """return (g, x, y) such that a*x + b*y = g = gcd(a, b)""" x0, x1, y0, y1 = 0, 1, 1, 0 while a != 0: (q, a), b = divmod(b, a), a y0, y1 = y1...

文章 如何监控以太坊钱包

...币转账设置告警](https://docs.tenderly.co/alerts/alert-types-targets-and-parameters#erc20-token-transfer)。请记住 - 你不必为每个钱包设置单独的警报。配置警报时,你可以标记多个钱包。这样,每当其中一个被标记的钱包收到或发送 ETH 代币转账...

文章 如何使用 Hardhat 创建和部署智能合约

...m/signup?utm_source=internal&utm_campaign=guides&utm_content=how-to-create-and-deploy-a-smart-contract-with-hardhat)) - 一个与 EVM 兼容的钱包(例如 [MetaMask](https://metamask.io/)) - 已安装 [Node.js](https://nodejs.org/en/download) - 已安装 [Hardhat](https://hardhat.org/hardhat...

文章 绿色资产:代币化可持续现实世界资产

...们的价值都来源于区块链之外的存在 [\[1\]](https://www.algorand.foundation/news/what-are-real-world-assets-rwas)。这包括范围广泛的资产,例如: - 房地产 - 股票和债券 - 商品 - 艺术品和收藏品 - 知识产权 代币化的概念是 RWA 的核心。代币化...

文章 加密代币经济学:智能合约安全如何塑造价值与风险

...pps.net/blog/tokenomics-in-crypto-how-smart-contract-security-shapes-value-and-risk/#) ## 理解 **Tokenomics** 在安全漏洞的头条新闻背后,隐藏着一个驱动加密货币价值的复杂经济框架。 [根据 Coinmetro 的说法](https://coinmetro.com/glossary/tokenomics),**Tokenom...

文章 FullDAS:面向使用32MB及以上区块的大规模可扩展性 - 分片

...于 [DAS 数据结构](https://ethresear.ch/t/lossydas-lossy-incremental-and-diagonal-sampling-for-data-availability/18963#sampling-over-the-das-encoding-3) 中使用的 KZG 承诺的计算约束而选择的。自那时以来,网络设计经历了各种迭代,旨在有效地使区块数据在 P2...

文章 BlockThreat 周报 - 2025年第34周

...的合并挖矿](https://www.bitdeer.com/learn/merge-mining-how-it-works-and-why-it-matters),因此后者也将成为目标,因此这将非常棘手。 - [万亿美元安全 - 第二阶段](https://learnblockchain.cn/article/19816)。以太坊基金会为保护生态系统而做出的努力...