找到约 14 条结果

文章 快速入门指南 - OpenZeppelin 文档

...本,它可以为你处理一切。 ##### 自动设置的功能 `setup_and_run.sh` 脚本提供了一个完整的解决方案,可以: - **从源代码构建 monitor 应用程序** - **将示例配置**从 `examples/` 复制到 `config/` - 主要区块链的网络配置 - 预配置的 moni...

文章 DeFi 合约安全的新模式:关注协议不变性

...很好的选择,可以[主要依靠](https://blog.chain.link/improving-and-decentralizing-chainlinks-feature-release-and-network-upgrade-process/?ref=blog.synthetix.io),满足大部分的不变性。在极少数的操纵或意外情况下,有一些保障措施可能是有益的,这些保障...

文章 如何通过 Chainlink Price Feeds获得加密资产的历史价格

...,然后通过 Chainlink [Any API](https://docs.chain.link/docs/request-and-receive-data/) 的功能在链上获取。然而这个解决方案有安全性的顾虑:就是数据源和传递数据的预言机可能是中心化的,并且没有办法验证这个数据是否是准确的。就像实...

文章 关于Solana与QUIC的一切你都需要了解

...的更灵活和快速的框架中。 ![A Comprehensive Guide to HTTP/3 and QUIC](https://img.learnblockchain.cn/2025/02/20/61142306_image.webp) 在 QUIC 中,连接设置通过将密钥和协议细节的交换集成到其初始握手中,从而流线化,始终安全地加密该交换使用...

文章 投资加密货币的五种策略 - Pintu学院

...实际上可能是不正确的,并使你错失了购买机会。 ![FOMO and FUD](https://img.learnblockchain.cn/2025/08/18/crypto-market-slang-1-1024x773.jpeg)除了 FOMO 和 FUD,加密货币市场中还有另一个流行的俚语。来源:[OKex](https://twitter.com/okx/status/100237150373482...

文章 以太坊协议的可能未来 #5 The Purge

.../www.smithsonianmag.com/smart-news/this-japanese-shrine-has-been-torn-down-and-rebuilt-every-20-years-for-the-past-millennium-575558/)**。在几次情况下,以太坊已经表现出成功:工作量证明已经消失,`SELFDESTRUCT` 操作码大部分也已消失,信标链节点已经只存...

文章 Ethernaut 题库闯关 #12 — Privacy

...s(level), bytes32(uint256(5))); // Call the level's `unlock` function and pass the downcasted bytes16 // value we just took from the private slot level.unlock(bytes16(data)); // Assert we have unlocked the contract and passed the challenge assertEq(level.locked(), false); vm....

文章 Let's move - Sui Coin合约发布实例

... id: UID } ​ /// This type is the witness resource and is intended to be used only once. struct PEACE has drop {} ​ /// The first argument of this function is an actual instance of the /// type T with `drop` ability. It is dropped as soon as rece...

文章 每周以太坊进展 2023/9/16

...s 优化,用于基准测试 * [ERC 部署](https://dune.com/ilemi/erc-and-eip-starter-kit):Dune 仪表板显示常见 ERC 的部署数量 * [Huff-stack-generator](https://github.com/shafu0x/huff-stack-generator#readme):生成堆栈注释 * [Geas](https://github.com/fjl/geas#readme)(...

文章 Ethernaut 题库闯关 #17 — Recovery

...缀(RLP)序列化](https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/)。 在我们的例子中: * 发送者是`Recovery`合约本身(合约工厂) * nonce是指合约本身创建的合约数量。要记住一件重要的事情:合约的nonce从1开始,而不是0! 在...

文章 隔离开发环境:降低网络攻击风险

...yfrin/web3-dev-containers/tree/main?tab=readme-ov-file#quickstart---vscode-and-foundry-on-a-new-project-unmounted) 以设置一个基于 VSCode 的 Docker 容器(称为开发容器),这样你就可以以额外的安全层运行你的脚本!这个仓库将: 1. 启动一个已经安装 `f...

文章 应用 ZK 解数独,无需泄露答案

...} ``` 这是一个完整部署的例子: [**ZKPs Made Easy: zkWeb and ZoKrates** ](https://learnblockchain.cn/article/19586) ### References \[1\] Eberhardt, J., & Tai, S. (2018, July). Zokrates-scalable privacy-preserving off-chain computations. In 2018 IEEE International Conference o...

文章 理解加密货币中的代币经济学:如何有效地管理你的营销预算

... [消费者信任度高出 46%](https://aads.com/blog/the-importance-of-branding-in-crypto-marketing/),直接影响营销效果和预算分配。在规划促销策略时,**代币经济学** 与营销成功之间的这种相关性不容忽视。 行业标准建议将[总体项目预算的 5-10% ...

文章 L2 - zkSync证明聚合

...part = outer PairingsBn254.G1Point[2] memory combined = combine_inner_and_outer(aggregated_g1s, recursive_proof_part); valid = PairingsBn254.pairingProd2(combined[0], PairingsBn254.P2(), combined[1], vk.g2_x); return valid; } ``` 该函数通过aggregate_for_verification函...